feat: Normalize OpenTelemetry configuration#11284
Conversation
|
a lots of CI failed, need to confirm what is the reason first @shreemaan-abhishek do you have time to find out the reason? |
|
Looks like the default values are of the wrong type, perhaps they should be added |
4a3023d to
498a82a
Compare
|
@membphis Tests are fixed |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the [email protected] list. Thank you for your contributions. |
|
This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
Description
Regular OpenTelemetry Tracing uses environment variable for configuration. This way, Ops don't need to understand the details of each stack to configure OTEL.
Here's a sample Docker Compose snippet where each stack is implemented on a different technology. Note that all abide by the same environment variables.
This PR is a starting point to allow Apache APISIX to follow the same conventions.
Two things of note, that should be discussed in this PR:
Checklist