Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Dec 19, 2023
1 parent 1af160c commit 508a9cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

- LS Metrics SDK add an `AttributeSizeLimit` [#588](https://github.com/lightstep/otel-launcher-go/pull/588)
- Change the name of the otelcol batch processor to indicate whether traces or metrics. [#587](https://github.com/lightstep/otel-launcher-go/pull/587)

## [1.22.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.22.0) - 2023-11-27)

- Use the OTel-Arrow concurrent batch processor in SDK exporters based on the OTel collector. [#569](https://github.com/lightstep/otel-launcher-go/pull/569)
Expand Down
6 changes: 6 additions & 0 deletions lightstep/sdk/metric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,9 @@ context and/or W3C Tracecontext baggage.
This hook also supports removing attributes from metric events based
on attribute value before they are aggregated, for example to
dynamically configure allowed cardinality values.

#### AttributeSizeLimit

This limit is used to truncate attribute key and string values to a
reasonable size. The default limit is 8kB. Zero is not a valid
limit.

0 comments on commit 508a9cb

Please sign in to comment.