Skip to content

Parse prometheus metrics from crdb admin server #8379

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

Open
wants to merge 2 commits into
base: crdb-admin-access
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ slog-error-chain.workspace = true
display-error-chain.workspace = true
slog-term.workspace = true
steno.workspace = true
strum.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
Expand Down Expand Up @@ -160,6 +161,7 @@ oximeter-collector.workspace = true
pem.workspace = true
petgraph.workspace = true
pretty_assertions.workspace = true
proptest.workspace = true
rcgen.workspace = true
regex.workspace = true
similar-asserts.workspace = true
Expand Down
Loading
Loading