fix: outputs.opentelemetry use headers config in grpc requests#9587
fix: outputs.opentelemetry use headers config in grpc requests#9587sspaink merged 1 commit intoinfluxdata:masterfrom
Conversation
|
@jacobmarble Could you take a look at this otel output change? Thanks! |
|
The failing CI jobs don't appear to be directly linked with this change, if someone could give me any guidance it would be greatly appreciated. |
|
@codeboten Your right the failing tests were unrelated and flaky tests, we will look into fixing them. In the meantime I've re-triggered the tests. The semantic version is failing because when there is only one commit it requires it to also follow the conventional commit format, do you think you could amend the git commit message to add "fix:" to it? thanks! Overall I think the pr looks good, thanks! |
0270c3b to
860b603
Compare
860b603 to
45180f2
Compare
|
@sspaink anything I can do to get this PR merged? It's been sitting approved for some time. |
|
@codeboten Once the CI finishes I will merge this pr, thanks for the work! |
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
Required for all PRs:
resolves issue mentioned in this comment
Updating the OpenTelemetry output plugin to pass
headersconfiguration as metadata into grpc requests.