8000 Add `/_admin/metrics/v2` DocuBlock by Simran-B · Pull Request #14324 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Add /_admin/metrics/v2 DocuBlock #14324

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

Merged
merged 6 commits into from
Jun 18, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Update get_admin_metrics_v2.md
  • Loading branch information
KVS85 authored Jun 18, 2021
commit d5658fb47b7c83bf7926abba2cfdb8acbd7b2aa3
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ at any given time and exposes them for collection by Prometheus.

The document contains different metrics and metrics groups dependent
on the role of the queried instance. All exported metrics are
published with the prefix `arangodb_` to distinguish them from other
collected data.
published with the prefix `arangodb_` or `rocksdb_` to distinguish them from
other collected data.

The API then needs to be added to the Prometheus configuration file
for collection.
Expand Down
0