Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ExponentialHistogram to Metrics data model #1935

Merged
merged 26 commits into from
Oct 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert TOC trouble etc
  • Loading branch information
jmacd committed Oct 6, 2021
commit 6fb5b00ea24cc048287fee92b8663d077141c107
6 changes: 3 additions & 3 deletions specification/metrics/datamodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- toc -->

- [Overview](#overview)
- [Events → Data Stream → Timeseries](#events-%E2%86%92-data-stream-%E2%86%92-timeseries)
- [Events → Data Stream → Timeseries](#events--data-stream--timeseries)
* [Example Use-cases](#example-use-cases)
* [Out of Scope Use-cases](#out-of-scope-use-cases)
- [Model Details](#model-details)
Expand Down Expand Up @@ -234,8 +234,8 @@ consisting of several metadata properties:
- Kind of point (integer, floating point, etc)
- Unit of measurement

The primary data of each timeseries are ordered (timestamp, value) points, for
four value types:
The primary data of each timeseries are ordered (timestamp, value) points, with
one of the following value types:

1. Counter (Monotonic, Cumulative)
2. Gauge
Expand Down