Skip to content

Commit ea541cb

Browse files
Update rs-prometheus-metrics-v2.md
add db_config
1 parent bdd0060 commit ea541cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/embeds/rs-prometheus-metrics-v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
| <span class="break-all">endpoint_write_requests_latency_histogram</span> | histogram | Latency (in µs) histogram of write commands |
4343
| <span class="break-all">endpoint_write_requests_latency_histogram_bucket</span> | histogram | Latency histograms for write commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> |
4444
| endpoint_write_responses | counter | Number of write responses |
45+
| db_config | counter | This is an information metric that holds database configuration within labels such as: db_name, db_version, db_port, tls_mode |
4546

4647
## Node metrics
4748

0 commit comments

Comments
 (0)