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
Add distributor per labelset received samples metric (#6443)
* add distributor per labelset ingestion rate metric
Signed-off-by: Ben Ye <[email protected]>
* changelog
Signed-off-by: Ben Ye <[email protected]>
* update metrics synchronously
Signed-off-by: Ben Ye <[email protected]>
* allocate label set counter only if there are matching limtis for the series
Signed-off-by: Ben Ye <[email protected]>
* fix counter initialization
Signed-off-by: Ben Ye <[email protected]>
* fix lock on active users
Signed-off-by: Ben Ye <[email protected]>
---------
Signed-off-by: Ben Ye <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
*[ENHANCEMENT] Distributor: Add a new `-distributor.num-push-workers` flag to use a goroutine worker pool when sending data from distributor to ingesters. #6406
52
52
*[ENHANCEMENT] Ingester: If a limit per label set entry doesn't have any label, use it as the default partition to catch all series that doesn't match any other label sets entries. #6435
53
53
*[ENHANCEMENT] Querier: Add new `cortex_querier_codec_response_size` metric to track the size of the encoded query responses from queriers. #6444
54
+
*[ENHANCEMENT] Distributor: Added `cortex_distributor_received_samples_per_labelset_total` metric to calculate ingestion rate per label set. #6443
54
55
*[BUGFIX] Runtime-config: Handle absolute file paths when working directory is not / #6224
55
56
*[BUGFIX] Ruler: Allow rule evaluation to complete during shutdown. #6326
56
57
*[BUGFIX] Ring: update ring with new ip address when instance is lost, rejoins, but heartbeat is disabled. #6271
# HELP cortex_distributor_received_samples_per_labelset_total The total number of received samples per label set, excluding rejected and deduped samples.
480
+
# TYPE cortex_distributor_received_samples_per_labelset_total counter
# HELP cortex_distributor_received_samples_per_labelset_total The total number of received samples per label set, excluding rejected and deduped samples.
4140
+
# TYPE cortex_distributor_received_samples_per_labelset_total counter
# HELP cortex_distributor_received_samples_per_labelset_total The total number of received samples per label set, excluding rejected and deduped samples.
4167
+
# TYPE cortex_distributor_received_samples_per_labelset_total counter
# HELP cortex_distributor_received_samples_per_labelset_total The total number of received samples per label set, excluding rejected and deduped samples.
4188
+
# TYPE cortex_distributor_received_samples_per_labelset_total counter
# HELP cortex_distributor_received_samples_per_labelset_total The total number of received samples per label set, excluding rejected and deduped samples.
4197
+
# TYPE cortex_distributor_received_samples_per_labelset_total counter
0 commit comments