Skip to content

Commit 7b8195b

Browse files
committed
Add limitation of Prometheus
1 parent a94e401 commit 7b8195b

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 metrics with the same name but a different set of tags can be ignored. 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)