-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[file-sd-part-5] Rule e2e test uses different service discovery options #556
Conversation
3f90e9a
to
a2d9591
Compare
8baeadf
to
5983f4c
Compare
a2d9591
to
a337452
Compare
5983f4c
to
5ccc188
Compare
a337452
to
d81dd66
Compare
5ccc188
to
49aa48a
Compare
d81dd66
to
e37fc01
Compare
49aa48a
to
3aee969
Compare
e37fc01
to
db61524
Compare
3aee969
to
4b75414
Compare
db61524
to
6150f6b
Compare
4b75414
to
1e239d9
Compare
6150f6b
to
d6e4c5a
Compare
1e239d9
to
f34d64b
Compare
d6e4c5a
to
136d7d6
Compare
f34d64b
to
bb33631
Compare
cmd/thanos/rule.go
Outdated
@@ -70,7 +70,7 @@ func registerRule(m map[string]setupFunc, app *kingpin.Application, name string) | |||
Default("2h")) | |||
tsdbRetention := modelDuration(cmd.Flag("tsdb.retention", "Block retention time on local disk."). | |||
Default("48h")) | |||
|
|||
//TODO(ivan): add alertmanagers urls to file sd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not, at the moment I would say ... lets leave it as it is slightly different to what we are currently changing.
136d7d6
to
b7ec7a0
Compare
bb33631
to
d4eaf04
Compare
b7ec7a0
to
2e1dfe9
Compare
d4eaf04
to
7ac03bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, can we remove the comment if we are not sure if we are going to do that work yet.
ref: #492
Changes
The rule e2e test now runs 3 times with different service discovery options:
Verification
The tests pass