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

Fix the defaultkeys metrics batcher #333

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Nov 19, 2019

The "defaultkeys" batcher was using only the encoded label set as its map key while building a checkpoint. This allowed distinct label sets through, but any metrics sharing a label set could be overwritten or merged incorrectly.

h/t @lizthegrey

@jmacd jmacd merged commit dfae2ac into open-telemetry:master Nov 19, 2019
@jmacd jmacd deleted the jmacd/fix_defkeys_batcher branch November 19, 2019 21:25
@jmacd jmacd mentioned this pull request Nov 19, 2019
hstan referenced this pull request in hstan/opentelemetry-go Oct 15, 2020
…333)

* Update utils README

* Update comments in utils module

* Update comments in example module

* Update example module README

* Update project README

* Add supported properties to utils submodule README

* Add authentication section to project README

* Add Table of Contents

* Add aggregation mapping section and update table of contents

* Add error handling and retry logic sections and update toc

* Update retry logic section of project README

* Clarify code snippet comment in project README

* Add Installation section and update TOC

* Correct installation link
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants