Skip to content

Commit

Permalink
added UNKNOWN to TargetHealth_value at targets proto
Browse files Browse the repository at this point in the history
Signed-off-by: Tidhar Klein Orbach <tizkiko@gmail.com>
  • Loading branch information
tizki committed Mar 31, 2024
1 parent f707f8c commit 2090bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#7122](https://github.com/thanos-io/thanos/pull/7122) Store Gateway: Fix lazy expanded postings estimate base cardinality using posting group with remove keys.
- [#7224](https://github.com/thanos-io/thanos/pull/7224) Query-frontend: Add Redis username to the client configuration.
- [#7220](https://github.com/thanos-io/thanos/pull/7220) Store Gateway: Fix lazy expanded postings caching partial expanded postings and bug of estimating remove postings with non existent value. Added `PromQLSmith` based fuzz test to improve correctness.
- [#7244](https://github.com/thanos-io/thanos/pull/7244) Query: Fix Internal Server Error unknown targetHealth: "unknown" when trying to open the targets page.

### Added

Expand Down
1 change: 1 addition & 0 deletions pkg/targets/targetspb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ message TargetDiscovery {
enum TargetHealth {
DOWN = 0;
UP = 1;
UNKNOWN = 2;
}

message ActiveTarget {
Expand Down

0 comments on commit 2090bc0

Please sign in to comment.