web: Mark experimental state of native histograms in tooltips
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
8d045058c8
commit
6c0c093e0f
|
@ -218,25 +218,25 @@ export const functionIdentifierTerms = [
|
|||
{
|
||||
label: 'histogram_count',
|
||||
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',
|
||||
},
|
||||
{
|
||||
label: 'histogram_fraction',
|
||||
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',
|
||||
},
|
||||
{
|
||||
label: 'histogram_quantile',
|
||||
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',
|
||||
},
|
||||
{
|
||||
label: 'histogram_sum',
|
||||
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',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue