-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
updating core in preparation of release #7283
updating core in preparation of release #7283
Conversation
5793bdb
to
9d69309
Compare
The prometheus compliance tests are failing because of the removal of the |
@@ -115,7 +115,7 @@ type templateContext struct { | |||
} | |||
|
|||
func loadMetadata(filePath string) (metadata, error) { |
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.
I think it is cleaner if file:
is added inside loadMetadata
instead of when you call it, otherwise the filePath
argument name is misleading.
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.
good catch, updated 👍
update calls in: exporter/dynatrace exporter/signalfx exporter/zipkin extension/httpforwarder receiver/awscontainerinsight receiver/cloudfoundry exporter/jaegerthrifthttp exporter/sumologic extension/ecstaskobserver processor/resourcedetectionprocessor receiver/awsecscontainermetrics exporter/humio exporter/influxdb exporter/prometheusremotewrite
5b8cff7
to
b3dd438
Compare
Updating core required a bunch of changes to pass
TelemetrySettings
intoToClient
. Those are the only changes made outside of runningmake update-otel