-
Notifications
You must be signed in to change notification settings - Fork 328
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
feat: Support export metric in remote write format #2928
feat: Support export metric in remote write format #2928
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2928 +/- ##
===========================================
- Coverage 85.76% 85.37% -0.39%
===========================================
Files 767 780 +13
Lines 123627 125864 +2237
===========================================
+ Hits 106026 107455 +1429
- Misses 17601 18409 +808 |
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.
Looks great now!
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.
LGTM. Great job!
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Support export metric in remote write format
Add configuration
logging.remote_write
, user can use it collect the metrics generated by db periodically and send it to Prometheus remote-write compatible receiver (e.g.greptimedb
)Checklist
Refer to a related PR or issue link (optional)