From 49bcf4ae49515e006333d553dfd4b202ceb03590 Mon Sep 17 00:00:00 2001 From: Fiona Liao Date: Thu, 17 Apr 2025 18:05:46 +0100 Subject: [PATCH] Add warning to d2c section Signed-off-by: Fiona Liao --- docs/feature_flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_flags.md b/docs/feature_flags.md index 1b91e30430..e2287cc721 100644 --- a/docs/feature_flags.md +++ b/docs/feature_flags.md @@ -168,7 +168,7 @@ recommended to update these files atomically. `--enable-feature=otlp-deltatocumulative` When enabled, Prometheus will convert OTLP metrics from delta temporality to their -cumulative equivalent, instead of dropping them. +cumulative equivalent, instead of dropping them. This cannot be enabled in conjunction with `otlp-native-delta-ingestion`. This uses [deltatocumulative][d2c]