Skip to content

Commit

Permalink
doc(prom/scrape): correct param label
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Dec 19, 2023
1 parent fadf21f commit 7ba9450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ The following special labels can change the behavior of prometheus.scrape:
* `__scheme__` is the name of the label that holds the scheme (http,https) on which to scrape a target.
* `__scrape_interval__` is the name of the label that holds the scrape interval used to scrape a target.
* `__scrape_timeout__` is the name of the label that holds the scrape timeout used to scrape a target.
* `__param__` is a prefix for labels that provide URL parameters used to scrape a target.
* `__param_<name>` is a prefix for labels that provide URL parameters `<name>` used to scrape a target.

Special labels added after a scrape
* `__name__` is the label name indicating the metric name of a timeseries.
Expand Down

0 comments on commit 7ba9450

Please sign in to comment.