Commit a300762 1 parent d4960c7 commit a300762 Copy full SHA for a300762
File tree 2 files changed +4
-2
lines changed
docs/sources/send-data/promtail
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,8 @@ The metrics stage allows for defining metrics from the extracted data.
681
681
682
682
Created metrics are not pushed to Loki and are instead exposed via Promtail's
683
683
` /metrics` endpoint. Prometheus should be configured to scrape Promtail to be
684
- able to retrieve the metrics configured by this stage.
684
+ able to retrieve the metrics configured by this stage.
685
+ If Promtail's configuration is reloaded, all metrics will be reset.
685
686
686
687
687
688
` ` ` yaml
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ The `metrics` stage is an action stage that allows for defining and updating
13
13
metrics based on data from the extracted map. Note that created metrics are not
14
14
pushed to Loki and are instead exposed via Promtail's ` /metrics ` endpoint.
15
15
Prometheus should be configured to scrape Promtail to be able to retrieve the
16
- metrics configured by this stage.
16
+ metrics configured by this stage. If Promtail's configuration is reloaded,
17
+ all metrics will be reset.
17
18
18
19
## Schema
19
20
You can’t perform that action at this time.
0 commit comments