-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Provide support for Geneva in StatsD metric sink #136
base: main
Are you sure you want to change the base?
feat: Provide support for Geneva in StatsD metric sink #136
Conversation
appKeySecretFilePath: "" # The path to the secret file | ||
appKeySecretFileName: "" # The file that contains the secret value |
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.
See feature PR
{{- if eq .Values.metricSinks.statsd.formattertype "custom" }} | ||
account: {{ .Values.metricSinks.statsd.account | quote }} | ||
namespace: {{ .Values.metricSinks.statsd.namespace | quote }} | ||
formattertype: {{ .Values.metricSinks.statsd.formattertype | quote }} |
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.
This should always be added
@arielhaim83 Are you planning on updating this one or should we abandon it? |
Basically it's an example of how to use custom formatter and loading a secret from a file directory, I think we should complete this one |
Thanks! Let me know when it's ready for review |
@arielhaim83 Any thoughts on this? |
Fixes #