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
* separate instrumentation for the querier
Signed-off-by: Jacob Lisi <[email protected]>
* check for prefix in integration tests
Signed-off-by: Jacob Lisi <[email protected]>
* fix linting issues
Signed-off-by: Jacob Lisi <[email protected]>
* refactor per PR comments
Signed-off-by: Jacob Lisi <[email protected]>
* fix liniting errors
Signed-off-by: Jacob Lisi <[email protected]>
* update the changelog
Signed-off-by: Jacob Lisi <[email protected]>
* make registerQueryAPI private
Signed-off-by: Jacob Lisi <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@
53
53
*[FEATURE] TLS config options added for GRPC clients in Querier (Query-frontend client & Ingester client), Ruler, Store Gateway, as well as HTTP client in Config store client. #2502
54
54
*[FEATURE] The flag `-frontend.max-cache-freshness` is now supported within the limits overrides, to specify per-tenant max cache freshness values. The corresponding YAML config parameter has been changed from `results_cache.max_freshness` to `limits_config.max_cache_freshness`. The legacy YAML config parameter (`results_cache.max_freshness`) will continue to be supported till Cortex release `v1.4.0`. #2609
55
55
*[FEATURE] Experimental gRPC Store: Added support to 3rd parties index and chunk stores using gRPC client/server plugin mechanism. #2220
56
+
*[ENHANCEMENT] Querier: Added metric `cortex_querier_request_duration_seconds` for all requests to the querier. #2708
56
57
*[ENHANCEMENT] Experimental TSDB: added the following metrics to the ingester: #2580#2583#2589#2654
Copy file name to clipboardExpand all lines: integration/asserts.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ var (
30
30
serviceMetricsPrefixes=map[ServiceType][]string{
31
31
Distributor: {},
32
32
Ingester: {"!cortex_ingester_client", "cortex_ingester"}, // The metrics prefix cortex_ingester_client may be used by other components so we ignore it.
0 commit comments