-
Notifications
You must be signed in to change notification settings - Fork 455
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
[ADMIN] 2025 WISH LIST #3256
Comments
So far deployed it internally to dozen of our game tools in order to track the status of an homebrew http caching server. Hasn't had any crashes directly related to it, and no one has experience any difference in performance, but possibly there might be a bit better ways to optimize these further:
I've been using my own soft fork, which I merge often to the main one, and I've found that producing single
|
memory allocation free API auto span = tracer->StartSpan(...); no reason that On the same topic, on the metrics side of things, I would like to be able to do something like: auto view = std::make_unique<View>(name, description, unit, aggregationType, aggreagationConfig, std::make_unique<DefaultAttributesInjector>({{k1, v1}, {k2, v2},...})); where This would allow me to not have to construct a map at time of measurement on my own thread for all those "static" attributes that decorate my metrics. This is almost possible already in terms of API, except it seems the library code that uses the AttributesProcessor is only written as a filter, so nothing can be injected. |
Happy 2025
This is a user survey, please indicate in comments what you think opentelemetry-cpp should focus on in priority this year.
Possible areas include:
Feel free to also suggest items not in this list.
The text was updated successfully, but these errors were encountered: