Skip to content

Commit 21c71c2

Browse files
authored
Merge pull request mendix#5775 from atennapel/run/3452-prometheus-warning
[RUN-3452] Add limitation of Prometheus
2 parents 024800e + 8c744f9 commit 21c71c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/runtime/metrics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ The following settings can be used, depending on the type of metrics being gener
7777

7878
We do not support multiple [Prometheus](https://prometheus.io/docs/introduction/overview/). When the Prometheus registry is set, it can be accessed through the `/prometheus` context path over the admin endpoint.
7979

80+
{{% alert color="warning" %}}
81+
Prometheus has a limitation where it sometimes ignores metrics with the same name but a different set of tags. Make sure all metrics with the same name have the same set of tags.
82+
{{% /alert %}}
83+
8084
* `step` – the step size or reporting frequency to use.
8185

8286
Example 1

0 commit comments

Comments
 (0)