You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP cortex_distributor_deduped_samples_total The total number of deduplicated samples.
423
-
# TYPE cortex_distributor_deduped_samples_total counter
424
-
425
-
# HELP cortex_distributor_latest_seen_sample_timestamp_seconds Unix timestamp of latest received sample per user.
426
-
# TYPE cortex_distributor_latest_seen_sample_timestamp_seconds gauge
427
-
428
-
# HELP cortex_distributor_metadata_in_total The total number of metadata the have come in to the distributor, including rejected.
429
-
# TYPE cortex_distributor_metadata_in_total counter
430
-
431
-
# HELP cortex_distributor_non_ha_samples_received_total The total number of received samples for a user that has HA tracking turned on, but the sample didn't contain both HA labels.
432
-
# TYPE cortex_distributor_non_ha_samples_received_total counter
433
-
434
-
# HELP cortex_distributor_received_metadata_total The total number of received metadata, excluding rejected.
435
-
# TYPE cortex_distributor_received_metadata_total counter
# HELP cortex_distributor_samples_in_total The total number of samples that have come in to the distributor, including rejected or deduped samples.
447
-
# TYPE cortex_distributor_samples_in_total counter
448
-
449
-
# HELP cortex_distributor_exemplars_in_total The total number of exemplars that have come in to the distributor, including rejected or deduped exemplars.
450
-
# TYPE cortex_distributor_exemplars_in_total counter
451
-
`), metrics...))
421
+
require.ErrorContains(t, testutil.GatherAndCompare(reg, strings.NewReader(""), metrics...), "expected metric name(s) not found")
# HELP cortex_distributor_ingest_storage_enabled Whether writes are being processed via ingest storage. Equal to 1 if ingest storage is enabled, 0 if disabled.
7227
7201
# TYPE cortex_distributor_ingest_storage_enabled gauge
0 commit comments