Skip to content

Commit

Permalink
Tests: Add two missing adapter metrics for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 17, 2024
1 parent 3344530 commit 742fdeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def adapter_metrics():
"cratedb_prometheus_adapter_read_timeseries_samples_count",
"cratedb_prometheus_adapter_write_crate_failed_total",
"cratedb_prometheus_adapter_write_crate_latency_seconds_bucket",
"cratedb_prometheus_adapter_write_crate_latency_seconds_sum",
"cratedb_prometheus_adapter_write_crate_latency_seconds_count",
"cratedb_prometheus_adapter_write_failed_total",
"cratedb_prometheus_adapter_write_latency_seconds_bucket",
"cratedb_prometheus_adapter_write_latency_seconds_sum",
Expand Down

0 comments on commit 742fdeb

Please sign in to comment.