Add aliases to schema function pages
parent
4c59a09249
commit
d8f6797ca7
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: InfluxDB Schema
|
||||
weight: 301
|
||||
influxdb/v2.0/tags: [fields]
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/fieldkeys
|
||||
related:
|
||||
- /influxdb/v2.0/query-data/flux/explore-schema/
|
||||
- /{{< latest "influxdb" "v1" >}}/query_language/schema_exploration#show-field-keys, SHOW FIELD KEYS in InfluxQL
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
parent: InfluxDB Schema
|
||||
weight: 301
|
||||
influxdb/v2.0/tags: [fields]
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/measurementfieldkeys/
|
||||
related:
|
||||
- /influxdb/v2.0/query-data/flux/explore-schema/
|
||||
- /{{< latest "influxdb" "v1" >}}/query_language/schema_exploration#show-field-keys, SHOW FIELD KEYS in InfluxQL
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: schema.measurements() function
|
||||
description: The schema.measurements() function returns a list of measurements in a specific bucket.
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-schema/measurements/
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/measurements/
|
||||
menu:
|
||||
influxdb_2_0_ref:
|
||||
name: schema.measurements
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: schema.measurementTagKeys() function
|
||||
description: The schema.measurementTagKeys() function returns a list of tag keys for a specific measurement.
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-schema/measurementtagkeys/
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/measurementtagkeys/
|
||||
menu:
|
||||
influxdb_2_0_ref:
|
||||
name: schema.measurementTagKeys
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: schema.measurementTagValues() function
|
||||
description: The schema.measurementTagValues() function returns a list of tag values for a specific measurement.
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-schema/measurementtagvalues/
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/measurementtagvalues/
|
||||
menu:
|
||||
influxdb_2_0_ref:
|
||||
name: schema.measurementTagValues
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: schema.tagKeys() function
|
||||
description: The schema.tagKeys() function returns a list of tag keys for all series that match the predicate.
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-schema/tagkeys/
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/tagkeys/
|
||||
menu:
|
||||
influxdb_2_0_ref:
|
||||
name: schema.tagKeys
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: schema.tagValues() function
|
||||
description: The `schema.tagValues()` function returns a list unique values for a given tag.
|
||||
aliases:
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-schema/tagvalues/
|
||||
- /influxdb/v2.0/reference/flux/functions/influxdb-v1/tagvalues/
|
||||
menu:
|
||||
influxdb_2_0_ref:
|
||||
name: schema.tagValues
|
||||
|
|
Loading…
Reference in New Issue