Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Dec 10, 2021
1 parent 5090ffd commit f803ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Flags:
--prom.port="9854" Port for prometheus metrics to listen on.
--prom.endpoint="/metrics"
Endpoint used for metrics.
--prom.web-config="" [EXPERIMENTAL] Path to config yaml file that can enable TLS or authentication.
--collect.interval=600 Collecting metrics interval in seconds.
--backrest.config="" Full path to pgBackRest configuration file.
--backrest.config-include-path=""
Expand Down Expand Up @@ -158,6 +159,9 @@ This creates new different time series on each WAL archiving.

When `--log.level=debug` is specified - information of values and labels for metrics is printing to the log.

The flag `--prom.web-config` allows to specify the path to the configuration for TLS and/or basic authentication.<br>
The description of TLS configuration and basic authentication can be found at [exporter-toolkit/web](https://github.com/prometheus/exporter-toolkit/blob/v0.7.1/docs/web-configuration.md).

### Building and running docker
By default, pgBackRest version is `2.36`. Another version can be specified via arguments.
For base image used [docker-pgbackrest](https://github.com/woblerr/docker-pgbackrest) image.
Expand Down

0 comments on commit f803ddb

Please sign in to comment.