-
Notifications
You must be signed in to change notification settings - Fork 334
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
chore: add http metrics server in datanode node when greptime start in distributed mode #1256
Conversation
09c4b1e
to
9630d0a
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1256 +/- ##
===========================================
- Coverage 85.91% 85.41% -0.51%
===========================================
Files 499 500 +1
Lines 75599 75690 +91
===========================================
- Hits 64950 64649 -301
- Misses 10649 11041 +392 |
d571dac
to
b1beccb
Compare
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.
Can we add a grpc interface to expose metrics in datanode, instead of creating a http server?
metrics's expose path usually defaults to |
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.
If some comments are hard to resolve or not related to this PR's scope, feel free to add "todo"s or create issues that tagged with "good first issue".
a7b2fde
to
9b96ee6
Compare
PTAL @evenyag @MichaelScofield |
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
…n distributed mode (GreptimeTeam#1256) * chore: add http metrics server in datanode node when greptime start in distributed mode * chore: add some docs and license * chore: change metrics_addr to resolve address already in use error * chore add metrics for meta service * chore: replace metrics exporter http server from hyper to axum * chore: format * fix: datanode mode branching error * fix: sqlness test address already in use and start metrics in defualt config * chore: change metrics location * chore: use builder pattern to builder httpserver * chore: remove useless debug_assert macro in httpserver builder * chore: resolve conflicting build error * chore: format code
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Checklist
Refer to a related PR or issue link (optional)