19 lines
505 B
Markdown
19 lines
505 B
Markdown
---
|
|
title: Create histograms with Flux
|
|
list_title: Histograms
|
|
description: >
|
|
Use the [`histogram()` function](/flux/v0/stdlib/universe/histogram/)
|
|
to create cumulative histograms with Flux.
|
|
influxdb/cloud/tags: [histogram]
|
|
menu:
|
|
influxdb_cloud:
|
|
name: Histograms
|
|
parent: Query with Flux
|
|
weight: 210
|
|
related:
|
|
- /flux/v0/stdlib/universe/histogram
|
|
- /flux/v0/prometheus/metric-types/histogram/, Work with Prometheus histograms in Flux
|
|
list_query_example: histogram
|
|
---
|
|
|
|
{{< duplicate-oss >}} |