You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I would like the get the information that the collector uses v0.19.0 at the moment
something like:
open-telemetry/opentelemetry-proto-go v0.19.0
# or
opentelemetry-proto v0.19.0
I need this information because I am planning to interact with the proto definitions and custom grpc servers too. And the versions should be forwarded to have automatic compatibility checks when processing files.
Does someone have an idea on how to extract this v0.19.0 information from a running collector?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am developing a custom file exporter and want to compare the currently used proto specification versions.
So my thought process is to write the version while exporting and reading it back and comparing it with the currently running version of an exporter.
At the moment I am reading versions of used packages like this:
This way I can get information like this:
But I would like the get the information that the collector uses v0.19.0 at the moment
something like:
I need this information because I am planning to interact with the proto definitions and custom grpc servers too. And the versions should be forwarded to have automatic compatibility checks when processing files.
Does someone have an idea on how to extract this v0.19.0 information from a running collector?
Beta Was this translation helpful? Give feedback.
All reactions