-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implemented metric index reading from annotation #12
base: main
Are you sure you want to change the base?
Conversation
from: namespace | ||
- key: splunk.com/metricsIndex | ||
tag_name: com.splunk.index | ||
from: pod |
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.
It would be great if we can also add sourcetype
extraction like https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/templates/config/_common.tpl#L117-L118 for metrics.
it looks good ! |
@@ -163,6 +164,8 @@ processors: | |||
- action: insert | |||
key: receiver | |||
value: k8scluster | |||
- action: delete | |||
key: k8s.pod.start_time |
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 one I'm not sure about. It's needed to make tests work correctly, but line 523 in functional_test.go should already fix that, so there is something weird going on somewhere. @VihasMakwana
f8fdd94
to
960caa4
Compare
a243117
to
5979b0c
Compare
ad33c26
to
c30e41d
Compare
5d798f5
to
089710d
Compare
Description:
Metrics annotations for metrics index