-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add skeleton implementation for ES as metricstorage for SPM #7209
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 skeleton implementation for ES as metricstorage for SPM #7209
Conversation
…icsearch metrics_backend Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
3eea0c4
to
b41a8a9
Compare
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7209 +/- ##
==========================================
- Coverage 96.19% 96.15% -0.05%
==========================================
Files 366 368 +2
Lines 21962 22009 +47
==========================================
+ Hits 21127 21163 +36
- Misses 624 632 +8
- Partials 211 214 +3
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:
|
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
…ge/extension_test.go Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Hi @yurishkuro, the pull request is ready for your review |
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
501e2fb
to
631d428
Compare
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Hi @yurishkuro , the pr is ready for your review |
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
9b6d6d9
to
3da71dd
Compare
@pipiland2612 please give descriptive title to the PRs |
Sure, thank you for remind me! |
Signed-off-by: pipiland2612 <nguyen.t.dang.minh@gmail.com>
Hi @yurishkuro , could you please give me a review? That would be so nice then I can continue my work with W3 |
Thank you for your support! I really appreciate it |
traces: elasticsearch_trace_storage | ||
metrics: elasticsearch_trace_storage |
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.
The configuration references elasticsearch_trace_storage
for both traces and metrics storage, but this identifier is only defined in the backends
section for trace storage. For metrics, it should reference an identifier defined in the metric_backends
section. Please update line 13 to use the same identifier that's defined in the metric_backends
section (lines 20-24) to ensure proper configuration mapping.
traces: elasticsearch_trace_storage | |
metrics: elasticsearch_trace_storage | |
traces: elasticsearch_trace_storage | |
metrics: elasticsearch_metrics_storage |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
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