mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Merge pull request #11452 from prometheus/beorn7/doc2
web: Mark experimental state of native histograms in tooltips
This commit is contained in:
commit
00aa85e06e
|
@ -218,25 +218,25 @@ export const functionIdentifierTerms = [
|
||||||
{
|
{
|
||||||
label: 'histogram_count',
|
label: 'histogram_count',
|
||||||
detail: 'function',
|
detail: 'function',
|
||||||
info: 'Return the count of observations from a native histogram',
|
info: 'Return the count of observations from a native histogram (experimental feature)',
|
||||||
type: 'function',
|
type: 'function',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'histogram_fraction',
|
label: 'histogram_fraction',
|
||||||
detail: 'function',
|
detail: 'function',
|
||||||
info: 'Calculate fractions of observations within an interval from a native histogram',
|
info: 'Calculate fractions of observations within an interval from a native histogram (experimental feature)',
|
||||||
type: 'function',
|
type: 'function',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'histogram_quantile',
|
label: 'histogram_quantile',
|
||||||
detail: 'function',
|
detail: 'function',
|
||||||
info: 'Calculate quantiles from native histograms and from legacy histogram buckets',
|
info: 'Calculate quantiles from native histograms (experimental) and from conventional histogram buckets',
|
||||||
type: 'function',
|
type: 'function',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'histogram_sum',
|
label: 'histogram_sum',
|
||||||
detail: 'function',
|
detail: 'function',
|
||||||
info: 'Return the sum of observations from a native histogram',
|
info: 'Return the sum of observations from a native histogram (experimental feature)',
|
||||||
type: 'function',
|
type: 'function',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue