Browse Source

Merge pull request #14765 from kevinrawal/kevinrawal/fix-broken-url-for-feature-flag

Fix: Broken URL for Querying Prometheus
pull/14119/merge
Julien 3 months ago committed by GitHub
parent
commit
d63f5b35df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/querying/basics.md

2
docs/querying/basics.md

@ -41,7 +41,7 @@ vector is the only type which can be graphed.
_Notes about the experimental native histograms:_ _Notes about the experimental native histograms:_
* Ingesting native histograms has to be enabled via a [feature * Ingesting native histograms has to be enabled via a [feature
flag](../../feature_flags.md#native-histograms). flag](../feature_flags.md#native-histograms).
* Once native histograms have been ingested into the TSDB (and even after * Once native histograms have been ingested into the TSDB (and even after
disabling the feature flag again), both instant vectors and range vectors may disabling the feature flag again), both instant vectors and range vectors may
now contain samples that aren't simple floating point numbers (float samples) now contain samples that aren't simple floating point numbers (float samples)

Loading…
Cancel
Save