-
Notifications
You must be signed in to change notification settings - Fork 10
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 Telemetry #63
base: main
Are you sure you want to change the base?
Add Telemetry #63
Conversation
# Conflicts: # ldk-server/Cargo.toml # ldk-server/src/main.rs # ldk-server/src/service.rs
|
||
use metrics_exporter_prometheus::{PrometheusBuilder, PrometheusHandle}; | ||
|
||
pub fn setup_prometheus() -> PrometheusHandle { |
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.
please remove all the metric publishing.
https://discord.com/channels/915026692102316113/1352007400906952725/1352012213896089610
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.
Do you mean all their descriptions, right? Just leaving the returning handle
?
# Conflicts: # Cargo.lock # ldk-server/Cargo.toml
This PR solve #38 by adding the
metrics
andmetrics-exporter-prometheus
crates to theldk-server
.By using them we start introducing telemetry to its node and services.