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

Telemetry metadata inclusion #108

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

Conversation

vanvoljg
Copy link

@vanvoljg vanvoljg commented Oct 24, 2022

Including the start metadata in the stop metadata for :telemetry.span-wrapped Elasticsearch calls. This makes it so reporters don't have to retain requests for an entire span and can use only the :stop event to work with metrics.

It also locks sigaws_otp_24, because that was missing previously.

For context, see this issue in the Telemetry repo: beam-telemetry/telemetry#112 (comment)

Specifcially, I'm adding these changes because it seems like upstream Telemetry doesn't feel like it's the correct choice to do this automatically. This implies that libraries which implement Telemetry must do this on their own--include StartMetadata along with StopMetadata whenever possible--and, hence, this PR.

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.

None yet

1 participant