-
Notifications
You must be signed in to change notification settings - Fork 569
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
Ingester client: configure cluster validation label via common configurations #10788
base: main
Are you sure you want to change the base?
Conversation
💻 Deploy preview available: https://deploy-preview-mimir-10788-zb444pucvq-vp.a.run.app/docs/mimir/latest/ |
…urations Signed-off-by: Yuri Nikolic <[email protected]>
9dd57dd
to
0161aef
Compare
ba77419
to
59daa07
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
eb90433
to
0b9248d
Compare
…s of querier worked Signed-off-by: Yuri Nikolic <[email protected]>
0b9248d
to
4f13b8b
Compare
…ssesd Signed-off-by: Yuri Nikolic <[email protected]>
…validation.label Signed-off-by: Yuri Nikolic <[email protected]>
Signed-off-by: Yuri Nikolic <[email protected]>
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! One small nit.
@@ -510,6 +510,11 @@ storage: | |||
# system as object storage backend. | |||
# The CLI flags prefix for this block configuration is: common.storage | |||
[filesystem: <filesystem_storage_backend>] | |||
|
|||
client_cluster_validation: | |||
# (experimental) Optionally define client's cluster validation label. |
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.
Could we say a client's
or the client's
(depending on which makes more sense)?
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.
How about "Optionally define the cluster validation label to be sent by the client." or something like that, involving the verb "send", as it's unclear what the client (which client btw?) is going to do with the label?
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.
I have updated the description of this cli flag in grafana/dskit@fc58c4c
@@ -510,6 +510,11 @@ storage: | |||
# system as object storage backend. | |||
# The CLI flags prefix for this block configuration is: common.storage | |||
[filesystem: <filesystem_storage_backend>] | |||
|
|||
client_cluster_validation: | |||
# (experimental) Optionally define client's cluster validation label. |
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.
How about "Optionally define the cluster validation label to be sent by the client." or something like that, involving the verb "send", as it's unclear what the client (which client btw?) is going to do with the label?
Signed-off-by: Yuri Nikolic <[email protected]>
…munications Signed-off-by: Yuri Nikolic <[email protected]>
…ions Signed-off-by: Yuri Nikolic <[email protected]>
fb55ce6
to
17741f8
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
17741f8
to
80900b8
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
…ions Signed-off-by: Yuri Nikolic <[email protected]>
145b51d
to
a1f6777
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
a1f6777
to
841c5e0
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
What this PR does
This PR ugrades dskit to the latest version, which enriched
grpcclient.Config
with an additional experimental configuration options for setting the cluster validation label,-cluster-validation-label
.Moreover, this PR introduces another experimental configuration option,
-common.cluster-validation-label
, which is inherited by-ingester.client.cluster-validation-label
, and used during the creation of ingester gRPC clients.Which issue(s) this PR fixes or relates to
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.