Scroll to navigation

prometheus(1) 2.24.1+ds prometheus(1)

build user: pkg-go-maintainers@lists.alioth.debian.org
build date: 20210804-20:00:23
go version: go1.15.9
platform: linux/amd64 ""

NAME

prometheus - The Prometheus monitoring server

SYNOPSIS

DESCRIPTION

The Prometheus monitoring server

OPTIONS

Show context-sensitive help (also try --help-long and --help-man).
Show application version.
Prometheus configuration file path.
Address to listen on for UI, API, and telemetry.
[EXPERIMENTAL] Path to configuration file that can enable TLS or authentication.
Maximum duration before timing out read of the request, and closing idle connections.
Maximum number of simultaneous connections.
The URL under which Prometheus is externally reachable (for example, if Prometheus is served via a reverse proxy). Used for generating relative and absolute links back to Prometheus itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by Prometheus. If omitted, relevant URL components will be derived automatically.
Prefix for the internal routes of web endpoints. Defaults to path of --web.external-url.
Path to static asset/templates directory.
Path to user asset directory, available at /user.
Enable shutdown and reload via HTTP request.
Enable API endpoints for admin control actions.
Path to the console template directory, available at /consoles.
Path to the console library directory.
Document title of Prometheus instance.
Regex for CORS origin. It is fully anchored. Example: 'https?://(domain1|domain2).com'
Base path for metrics storage.
[DEPRECATED] How long to retain samples in storage. This flag has been deprecated, use "storage.tsdb.retention.time" instead.
How long to retain samples in storage. When this flag is set it overrides "storage.tsdb.retention". If neither this flag nor "storage.tsdb.retention" nor "storage.tsdb.retention.size" is set, the retention time defaults to 15d. Units Supported: y, w, d, h, m, s, ms.
[EXPERIMENTAL] Maximum number of bytes that can be stored for blocks. A unit is required, supported units: B, KB, MB, GB, TB, PB, EB. Ex: "512MB". This flag is experimental and can be changed in future releases.
Create a lockfile in data directory.
[EXPERIMENTAL] Allow overlapping blocks, which in turn enables vertical compaction and vertical query merge.
Compress the tsdb WAL.
How long to wait flushing sample on shutdown or config reload.
Maximum overall number of samples to return via the remote read interface, in a single query. 0 means no limit. This limit is ignored for streamed response types.
Maximum number of concurrent remote read calls. 0 means no limit.
Maximum number of bytes in a single frame for streaming remote read response types before marshalling. Note that client might have limit on frame size as well. 1MB as recommended by protobuf by default.
Max time to tolerate prometheus outage for restoring "for" state of alert.
Minimum duration between alert and restored "for" state. This is maintained only for alerts with configured "for" time greater than grace period.
Minimum amount of time to wait before resending an alert to Alertmanager.
The capacity of the queue for pending Alertmanager notifications.
Timeout for sending alerts to Alertmanager.
The maximum lookback duration for retrieving metrics during expression evaluations and federation.
Maximum time a query may take before being aborted.
Maximum number of queries executed concurrently.
Maximum number of samples a single query can load into memory. Note that queries will fail if they try to load more samples than this into memory, so this also limits the number of samples a query can return.
Only log messages with the given severity or above. One of: [debug, info, warn, error]
Output format of log messages. One of: [logfmt, json]
prometheus, version