prometheus/docs/querying
Bartek Plotka 93a63ac5fd api: Added v1/status/flags endpoint. (#3864)
Endpoint URL: /api/v1/status/flags
Example Output:
```json
{
  "status": "success",
  "data": {
    "alertmanager.notification-queue-capacity": "10000",
    "alertmanager.timeout": "10s",
    "completion-bash": "false",
    "completion-script-bash": "false",
    "completion-script-zsh": "false",
    "config.file": "my_cool_prometheus.yaml",
    "help": "false",
    "help-long": "false",
    "help-man": "false",
    "log.level": "info",
    "query.lookback-delta": "5m",
    "query.max-concurrency": "20",
    "query.timeout": "2m",
    "storage.tsdb.max-block-duration": "36h",
    "storage.tsdb.min-block-duration": "2h",
    "storage.tsdb.no-lockfile": "false",
    "storage.tsdb.path": "data/",
    "storage.tsdb.retention": "15d",
    "version": "false",
    "web.console.libraries": "console_libraries",
    "web.console.templates": "consoles",
    "web.enable-admin-api": "false",
    "web.enable-lifecycle": "false",
    "web.external-url": "",
    "web.listen-address": "0.0.0.0:9090",
    "web.max-connections": "512",
    "web.read-timeout": "5m",
    "web.route-prefix": "/",
    "web.user-assets": ""
  }
}
```

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-02-21 08:49:02 +00:00
..
api.md api: Added v1/status/flags endpoint. (#3864) 2018-02-21 08:49:02 +00:00
basics.md Docs: state that all regular expressions are RE2. (#3518) 2017-12-01 17:26:06 +00:00
examples.md Docs: state that all regular expressions are RE2. (#3518) 2017-12-01 17:26:06 +00:00
functions.md Docs: timestamp() function. 2017-10-27 15:54:45 +01:00
index.md Import querying documentation from prometheus/docs 2017-10-26 22:36:47 +02:00
operators.md Fix docs for #3820 (#3823) 2018-02-11 23:35:08 +00:00