Skip to content

Commit 32033a8

Browse files
author
Tyler Reid
committed
Spacing and PR number fixup
Signed-off-by: Tyler Reid <[email protected]>
1 parent fb1732a commit 32033a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Ensure that a ring store is configured using `-alertmanager.sharding-ring.store`, and set the flags relevant to the chosen store type.
2323
* Enable the feature using `-alertmanager.sharding-enabled`.
2424
* Note the prior addition of a new configuration option `-alertmanager.persist-interval`. This sets the interval between persisting the current alertmanager state (notification log and silences) to object storage. See the [configuration file reference](https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config) for more information.
25-
* [FEATURE] Ruler: Add new `-ruler.enable-query-stats` which when enabled will report the `cortex_ruler_query_seconds_total` metric that tracks the sum of the wall time of executing queries in the ruler. #XXXX
25+
* [FEATURE] Ruler: Add new `-ruler.enable-query-stats` which when enabled will report the `cortex_ruler_query_seconds_total` metric that tracks the sum of the wall time of executing queries in the ruler. #4317
2626
* [ENHANCEMENT] Alertmanager: Cleanup persisted state objects from remote storage when a tenant configuration is deleted. #4167
2727
* [ENHANCEMENT] Storage: Added the ability to disable Open Census within GCS client (e.g `-gcs.enable-opencensus=false`). #4219
2828
* [ENHANCEMENT] Etcd: Added username and password to etcd config. #4205

pkg/ruler/compat.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ func DefaultTenantManagerFactory(cfg Config, p Pusher, q storage.Queryable, engi
230230
ResendDelay: cfg.ResendDelay,
231231
})
232232
}
233-
}
233+
}

pkg/ruler/compat_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ func TestMetricsQueryFuncErrors(t *testing.T) {
241241
require.Equal(t, tc.expectedFailedQueries, int(testutil.ToFloat64(failures)))
242242
})
243243
}
244-
}
244+
}

0 commit comments

Comments
 (0)