-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Component(s)
exporter/elasticsearch
Is your feature request related to a problem? Please describe.
The Elasticsearch exporter doesn't set the User-Agent header in the outgoing HTTP requests it makes, but it should.
Describe the solution you'd like
Following the pattern set in the otlphttpexporter, it should use fmt.Sprintf("%s/%s (%s/%s)", set.BuildInfo.Description, set.BuildInfo.Version, runtime.GOOS, runtime.GOARCH) as the user agent value.
Describe alternatives you've considered
No response
Additional context
No response