Skip to content

Fix duplicated telemetry handler ids #13

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LeartS
Copy link

@LeartS LeartS commented Aug 16, 2022

Telemetry handlers were being registered with the same id, which resulted in only the first handler being actually attached, and all the others failing with {:error, :already_exists}

@LeartS LeartS force-pushed the fix-duplicated-telemetry-handlers branch 2 times, most recently from 11f894b to 304b1a1 Compare August 16, 2022 11:10
@LeartS LeartS force-pushed the fix-duplicated-telemetry-handlers branch from 304b1a1 to 8899007 Compare August 16, 2022 11:16
@LeartS LeartS marked this pull request as ready for review September 8, 2022 13:01
@davydog187
Copy link
Collaborator

Thank you for the PR @LeartS! Would you be able to update this with a test? https://github.com/SimpleBet/opentelemetry_commanded/blob/main/test/commanded/event_store_test.exs

@davydog187
Copy link
Collaborator

@LeartS ping

@LeartS
Copy link
Author

LeartS commented Oct 4, 2022

Sorry! I'll get this prioritised this week.

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.

2 participants