Skip to content

Commit f69ccee

Browse files
committed
Added note about known issue with cortex_prometheus_rule_group_last_evaluation_timestamp_seconds metric
Signed-off-by: Marco Pracucci <[email protected]>
1 parent c26a2ea commit f69ccee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## master / unreleased
44

55

6-
## 0.6.0 / 2020-01-22
6+
## 0.6.0 / 2020-01-28
77

88
Note that the ruler flags need to be changed in this upgrade. You're moving from a single node ruler to something that might need to be sharded.
99
Further, if you're using the configs service, we've upgraded the migration library and this requires some manual intervention. See full instructions below to upgrade your PostgreSQL.
@@ -70,6 +70,11 @@ Reference: https://github.com/golang-migrate/migrate/tree/master/database/postgr
7070
migrate -path <absolute_path_to_cortex>/cmd/cortex/migrations -database postgres://localhost:5432/database force 2
7171
```
7272

73+
### Known issues
74+
75+
- The `cortex_prometheus_rule_group_last_evaluation_timestamp_seconds` metric, tracked by the ruler, is not unregistered for rule groups not being used anymore. This issue will be fixed in the next Cortex release (see [2033](https://github.com/cortexproject/cortex/issues/2033)).
76+
77+
7378
## 0.4.0 / 2019-12-02
7479

7580
* [CHANGE] The frontend component has been refactored to be easier to re-use. When upgrading the frontend, cache entries will be discarded and re-created with the new protobuf schema. #1734

0 commit comments

Comments
 (0)