Skip to content

Commit

Permalink
Fix metrics SDK table of contents (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jul 11, 2022
1 parent 7933549 commit 94ab1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/metrics/sdk.md
Expand Up @@ -21,7 +21,7 @@ linkTitle: SDK
+ [Default Aggregation](#default-aggregation)
+ [Sum Aggregation](#sum-aggregation)
+ [Last Value Aggregation](#last-value-aggregation)
- [Histogram Aggregation common behavior](#histogram-aggregation-common-behavior)
+ [Histogram Aggregation common behavior](#histogram-aggregation-common-behavior)
+ [Explicit Bucket Histogram Aggregation](#explicit-bucket-histogram-aggregation)
+ [Exponential Bucket Histogram Aggregation](#exponential-bucket-histogram-aggregation)
- [Exponential Bucket Histogram Aggregation: Handle all normal values](#exponential-bucket-histogram-aggregation-handle-all-normal-values)
Expand Down Expand Up @@ -410,7 +410,7 @@ This Aggregation informs the SDK to collect:
- The last `Measurement`.
- The timestamp of the last `Measurement`.

##### Histogram Aggregation common behavior
#### Histogram Aggregation common behavior

All histogram Aggregations inform the SDK to collect:

Expand Down

0 comments on commit 94ab1fe

Please sign in to comment.