8000 Finalize changes for first pass of metrics processor SDK + updated README.md by rjenkins · Pull Request #128 · streamfold/rotel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Finalize changes for first pass of metrics processor SDK + updated README.md #128

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

Merged
merged 4 commits into from
Jun 22, 2025

Conversation

rjenkins
Copy link
Contributor

Completes: STR-3466, STR-3463

Couple extra stragglers tasked missed on the last PR for supporting metrics. Needed to update the cli arguments to be able to pass metrics processors and implementation of the PythonProcessable for ResourceMetrics. Additionally we've updated the README.md on both the main page and the SDK README. Up next cut a release of both rotel and rotel-sdk and then update rotel.dev docs.

@rjenkins rjenkins requested a review from mheffner June 21, 2025 22:00
]
# Add trace context for this exemplar
exemplar1.trace_id = b'\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10'
exemplar1.span_id = b'\x11\x12\x13\x14\x15\x16\x17\x18'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would a user typically set these values to actual trace/span ids?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah, if you haven't checked them out yet it's worth googling. The SDK provides them either by a filter or a reservoir (for tail sampling) iirc. This example is a bit contrived as it's a demonstration on exercising the API. However your question is interesting because theoretically if rotel is deployed side by side with an application you could theoretically use additional libraries to store and fetch some additional data to use as exemplars.

@rjenkins rjenkins merged commit c8e32fe into main Jun 22, 2025
4 checks passed
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
0