Skip to content

Commit

Permalink
remove metrics that are not there (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Nov 22, 2024
1 parent 725dd83 commit f04b78f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ They generally behave the same, but there are likely edge cases where they diffe
of send calls to remote storage.
* `prometheus_remote_storage_queue_highest_sent_timestamp_seconds` (gauge):
Unix timestamp of the latest WAL sample successfully sent by a queue.
* `prometheus_remote_storage_samples_pending` (gauge): The number of samples
pending in shards to be sent to remote storage.
* `prometheus_remote_storage_exemplars_pending` (gauge): The number of
exemplars pending in shards to be sent to remote storage.
* `prometheus_remote_storage_samples_in_total` (counter): Samples read into
remote storage.
* `prometheus_remote_storage_exemplars_in_total` (counter): Exemplars read into
Expand Down

0 comments on commit f04b78f

Please sign in to comment.