Closed
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
I would like to attach splunkd_build
and splunkd_version
attributes to metrics being emitted by the Splunk Enterprise Receiver. I am unsure whether these should be added as "Resource Attributes" or just normal "Attributes". These peices of metadata about the Splunk host are available on the /services/server/info
API endpoint.
Describe the solution you'd like
I think these pieces of data should be added as either attributes or resource attributes.
Describe alternatives you've considered
I have implemented a new collector to emit this data as a metric, see here: #36118
Upon reflection, this does not seem like the correct approach. This data is useful when processing all metrics emitted by this receiver, not just the info metric.
Additional context
No response