Skip to content

Commit

Permalink
Make references to PostgreSQL consistent
Browse files Browse the repository at this point in the history
While many pronounce it as 'post-GRES', the spelling is 'PostgreSQL' with two 's'.

https://www.postgresql.org/about/press/faq/
  • Loading branch information
mattbostock authored and wrouesnel committed Mar 3, 2017
1 parent 5211415 commit c7ac2b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[![Coverage Status](https://coveralls.io/repos/github/wrouesnel/postgres_exporter/badge.svg?branch=master)](https://coveralls.io/github/wrouesnel/postgres_exporter?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/wrouesnel/postgres_exporter)](https://goreportcard.com/report/github.com/wrouesnel/postgres_exporter)

# PostgresSQL Server Exporter
# PostgreSQL Server Exporter

Prometheus exporter for PostgresSQL server metrics.
Supported Postgres versions: 9.1 and up.
Prometheus exporter for PostgreSQL server metrics.
Supported PostgreSQL versions: 9.1 and up.

## Quick Start
This package is available for Docker:
Expand Down Expand Up @@ -42,9 +42,9 @@ Package vendoring is handled with [`govendor`](https://github.com/kardianos/gove
* `web.telemetry-path`
Path under which to expose metrics.

### Setting the Postgres server's data source name
### Setting the PostgreSQL server's data source name

The PostgresSQL server's [data source name](http://en.wikipedia.org/wiki/Data_source_name)
The PostgreSQL server's [data source name](http://en.wikipedia.org/wiki/Data_source_name)
must be set via the `DATA_SOURCE_NAME` environment variable.

For running it locally on a default Debian/Ubuntu install, this will work (transpose to init script as appropriate):
Expand All @@ -57,7 +57,7 @@ See the [github.com/lib/pq](http://github.com/lib/pq) module for other ways to f

The exporter will attempt to dynamically export additional metrics if they are added in the
future, but they will be marked as "untyped". Additional metric maps can be easily created
from Postgres documentation by copying the tables and using the following Python snippet:
from PostgreSQL documentation by copying the tables and using the following Python snippet:

```python
x = """tab separated raw text of a documentation table"""
Expand Down

0 comments on commit c7ac2b0

Please sign in to comment.