-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
system/telemetry metrics OTLP GRPC Exporter: add CA certificate support #11633
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need a changelog entry.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11633 +/- ##
=======================================
Coverage ? 91.63%
=======================================
Files ? 442
Lines ? 23781
Branches ? 0
=======================================
Hits ? 21792
Misses ? 1618
Partials ? 371 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@dmathieu, changelog was added and I fixed the lint issue. Waiting for a review/approval. |
Can you run |
@dmathieu, Done. |
Hi @codeboten, it looks like this is blocked on your final review. This is quite a small change; could you take a look when you get a chance? |
Description
Adds support for CA certificates to the OTLP gRPC exporter for metrics in system/telemetry.
Currently if a "Certificate" is specified in the config, it is silently ignored.
Testing
Both a positive and negative unit test was added.
The good test CA certificate was copied from another unit test.
I'm going to file an issue for updating all test certificates as all the ones I checked seem to expire in 2032 which is only 8 years away.
Documentation
None.