-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add missing mapstructure tag for TLS in promcfg/config.go #7367
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
Add missing mapstructure tag for TLS in promcfg/config.go #7367
Conversation
Signed-off-by: pipiland2612 <[email protected]>
When I use this configuration:
Here's are the logs that I get (I don't have any /ca/ca.crt file):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7367 +/- ##
==========================================
+ Coverage 96.44% 96.45% +0.01%
==========================================
Files 375 375
Lines 22871 22871
==========================================
+ Hits 22058 22061 +3
+ Misses 615 613 -2
+ Partials 198 197 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
internal/storage/metricstore/prometheus/metricstore/reader_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: pipiland2612 <[email protected]>
Thanks! |
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test