-
Notifications
You must be signed in to change notification settings - Fork 18
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
OpenTelemetry Agent #154
Comments
Looking at current behaviour of opentelemetry:
But in both cases this only affects It would be good if other members would share their experiences here so we are aware of cases we need to handle.
Since there is no stable API to verify that, it would be hard to keep this guarantee across different agent versions.
Having Explicit config property requirement could look like this:
|
@dalexandrov will create a PR |
I exeperienced exactly that, the behaviour of mixing microprofile telemetry with agent based instrumentation seems to be undefined: Cross-Posting: |
Currently, the specification mentions that MP Telemetry should work without issues with the Otel Metrics Agent.
But this brings a lot of undefined behaviour.
If the agent is present there is practically no control on how the agent was set up, are the properties specified in the MP config applied etc.
The section in the specification should be extended providing more details on how to detect if the agent is present and how to behave if the agent is present.
Should the configuration be ignored and all the control be offloaded to the agent, or not?
Should there be a specific property telling that the agent is present and no further setup and config should be done at init, to skip the undefined behaviour.
The text was updated successfully, but these errors were encountered: