Skip to content

Commit

Permalink
Drop duplicated histograms
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Apr 17, 2020
1 parent 410095c commit 55e9891
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x-pack/metricbeat/module/cockroachdb/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ input:
defaults:
metrics_path: /_status/vars
use_types: true
processors:
- drop_fields:
ignore_missing: true
fields:
# These metrics are duplicated in the Prometheus response and produce
# histograms with wrong counts and rates.
# XXX: Create an issue as follow-up of this
- prometheus.sql_mem_sql_max
- prometheus.sql_mem_sql_session
- prometheus.sql_mem_sql_session_max
- prometheus.sql_mem_sql_txn
- prometheus.sql_mem_sql_txn_max

0 comments on commit 55e9891

Please sign in to comment.