1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk
Krzesimir Nowak cc756f6a8d
Encode labels once during checkpoint (#572)
The `checkpoint` function is executed in a single thread so we can do
the encoding lazily before passing the encoded version of labels to
the exporter. This is a cheap and quick way to avoid encoding the
labels on every collection interval.

Co-authored-by: Rahul Patel <rahulpa@google.com>
2020-03-20 09:17:45 -07:00
..
export Add support for Resources in the SDK (#552) 2020-03-20 08:58:32 -07:00
internal Make histogram aggregator checkpoint consistent (#438) 2020-03-11 11:12:23 -07:00
metric Encode labels once during checkpoint (#572) 2020-03-20 09:17:45 -07:00
resource Add support for Resources in the SDK (#552) 2020-03-20 08:58:32 -07:00
trace add resource option to Provider. (#545) 2020-03-13 13:07:36 -07:00
opentelemetry.go update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00