-
Notifications
You must be signed in to change notification settings - Fork 530
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
Make metrics-generator ingestion slack per tenant #2589
Conversation
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.
Doc changes look good! Thank you for adding doc.
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.
LGTM! This will be handy, thanks!
Just a small nitpick, do with it what you will, I'm fine with merging it as-is.
overrides metricsGeneratorOverrides | ||
instanceID string | ||
overrides metricsGeneratorOverrides | ||
ingestionSlackOverride atomic.Int64 |
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.
Nitpick: I like keeping the time unit in variable names so it's always obvious.
ingestionSlackOverride atomic.Int64 | |
ingestionSlackDurationNanos atomic.Int64 |
What this PR does: Make metrics-generator ingestion slack a per tenant config for when a tenant requires a much higher slack than the default '30s'
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]