Skip to content

Commit bb1d48b

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 8305515 commit bb1d48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/en/docs/documentation/observability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ All meters use `controller.name` as their primary tag. Counters optionally carry
126126
| `events.received` | counter | `controller.name`, `event`, `action`, `namespace`* | Number of events received by the controller |
127127

128128
\* `namespace` tag is only included when `withNamespaceAsTag()` is enabled.
129+
129130
The execution timer uses explicit boundaries (10ms, 50ms, 100ms, 250ms, 500ms, 1s, 2s, 5s, 10s, 30s) to ensure
130131
compatibility with `histogram_quantile()` queries in Prometheus. This is important when using the OpenTelemetry Protocol (OTLP) registry, where
131132
`publishPercentileHistogram()` would otherwise produce Base2 Exponential Histograms that are incompatible with classic

0 commit comments

Comments
 (0)