Skip to content

Commit

Permalink
Make this table of prometheus configuration properties wider
Browse files Browse the repository at this point in the history
  • Loading branch information
lshmouse authored and ebyhr committed Aug 30, 2022
1 parent b076313 commit 4142dbf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/src/main/sphinx/connector/prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ Configuration properties

The following configuration properties are available:

======================================== ============================================================================================
Property name Description
======================================== ============================================================================================
``prometheus.uri`` Where to find Prometheus coordinator host
``prometheus.query.chunk.size.duration`` The duration of each query to Prometheus
``prometheus.max.query.range.duration`` Width of overall query to Prometheus, will be divided into query-chunk-size-duration queries
``prometheus.cache.ttl`` How long values from this config file are cached
``prometheus.auth.user`` Username for basic authentication
``prometheus.auth.password`` Password for basic authentication
``prometheus.bearer.token.file`` File holding bearer token if needed for access to Prometheus
``prometheus.read-timeout`` How much time a query to Prometheus has before timing out
======================================== ============================================================================================
============================================= ============================================================================================
Property name Description
============================================= ============================================================================================
``prometheus.uri`` Where to find Prometheus coordinator host
``prometheus.query.chunk.size.duration`` The duration of each query to Prometheus
``prometheus.max.query.range.duration`` Width of overall query to Prometheus, will be divided into query-chunk-size-duration queries
``prometheus.cache.ttl`` How long values from this config file are cached
``prometheus.auth.user`` Username for basic authentication
``prometheus.auth.password`` Password for basic authentication
``prometheus.bearer.token.file`` File holding bearer token if needed for access to Prometheus
``prometheus.read-timeout`` How much time a query to Prometheus has before timing out
============================================= ============================================================================================

Not exhausting your Trino available heap
-----------------------------------------
Expand Down

0 comments on commit 4142dbf

Please sign in to comment.