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

feat: Expose invocation ID in OpenTelemetry metrics #1972

Closed
wants to merge 1 commit into from

Conversation

disq
Copy link
Member

@disq disq commented Nov 19, 2024

I'm not sure if invocation ID was left out on purpose, as this would increase cardinality of metrics over time? Feel free to close without merging.

@disq disq requested a review from a team as a code owner November 19, 2024 13:48
@disq disq requested a review from ronsh12 November 19, 2024 13:48
@github-actions github-actions bot added the feat label Nov 19, 2024
@disq disq requested review from erezrokah and removed request for ronsh12 November 19, 2024 13:49
@erezrokah
Copy link
Member

erezrokah commented Nov 19, 2024

as this would increase cardinality of metrics over time

💯 That's the reason it was left out, it's included in the spans (traces) though and you can generate metrics from spans usually.

What's the reason you need it?

@disq
Copy link
Member Author

disq commented Nov 19, 2024

The reason being: metrics are more lightweight/straightforward to parse and make sense of than spans. I will change my approach to use traces.

@disq disq closed this Nov 19, 2024
@disq disq deleted the feat/expose-invocation-id-in-otel-metrics branch November 19, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants