Scroll to navigation

prometheus(1) 2.33.5+ds1 prometheus(1)

build user: team+pkg-go@tracker.debian.org
build date: 20220820-12:29:59
go version: go1.18.5
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.
Enable API endpoint accepting remote write requests.
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. Use with server mode only.
[DEPRECATED] How long to retain samples in storage. This flag has been deprecated, use "storage.tsdb.retention.time" instead. Use with server mode only.
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. Use with server mode only.
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". Use with server mode only.
Create a lockfile in data directory. Use with server mode only.
Allow overlapping blocks, which in turn enables vertical compaction and vertical query merge. Use with server mode only.
Base path for metrics storage. Use with agent mode only.
Compress the agent WAL. Use with agent mode only.
Minimum age samples may be before being considered for deletion when the WAL is truncated Use with agent mode only.
Maximum age samples may be before being forcibly deleted when the WAL is truncated Use with agent mode only.
Create a lockfile in data directory. Use with agent mode only.
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. Use with server mode only.
Maximum number of concurrent remote read calls. 0 means no limit. Use with server mode only.
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. Use with server mode only.
Max time to tolerate prometheus outage for restoring "for" state of alert. Use with server mode only.
Minimum duration between alert and restored "for" state. This is maintained only for alerts with configured "for" time greater than grace period. Use with server mode only.
Minimum amount of time to wait before resending an alert to Alertmanager. Use with server mode only.
The capacity of the queue for pending Alertmanager notifications. Use with server mode only.
The maximum lookback duration for retrieving metrics during expression evaluations and federation. Use with server mode only.
Maximum time a query may take before being aborted. Use with server mode only.
Maximum number of queries executed concurrently. Use with server mode only.
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. Use with server mode only.
Comma separated feature names to enable. Valid options: agent, exemplar-storage, expand-external-labels, memory-snapshot-on-shutdown, promql-at-modifier, promql-negative-offset, remote-write-receiver (DEPRECATED), extra-scrape-metrics, new-service-discovery-manager. See https://prometheus.io/docs/prometheus/latest/feature_flags/ for more details.
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