-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
update config dependency #11611
base: main
Are you sure you want to change the base?
update config dependency #11611
Commits on Nov 6, 2024
-
[service] update config dependency
This change updates the dependency on go.opentelemetry.io/contrib/config to the latest in main. This is because v0.11.0 has a bug that prevents resource attributes to be applied as labels in the prometheus exporter. This change contains the following pieces: 1. the update of the dependency 2. add a layer to prevent breaking end users' configuration of exporter headers 3. move the meter provider initialization to depend on the config package instead of otelinit Number 3 didn't need to happen in this PR, but doing #2 required a bunch of changes that can be avoided by moving to using the meter provider from config instead of otelinit. Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e487e3b - Browse repository at this point
Copy the full SHA e487e3bView commit details -
update MetricExporter to PullMetricExporter in various tests
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a7a3b1 - Browse repository at this point
Copy the full SHA 6a7a3b1View commit details -
update attributes func to return slice of AttributeNameValue
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1850fa5 - Browse repository at this point
Copy the full SHA 1850fa5View commit details -
update factory to pass in context
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ae77e6 - Browse repository at this point
Copy the full SHA 7ae77e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb8ca0 - Browse repository at this point
Copy the full SHA 6fb8ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e45860 - Browse repository at this point
Copy the full SHA 5e45860View commit details -
set meter provider config in SDK initialization
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e63c5c9 - Browse repository at this point
Copy the full SHA e63c5c9View commit details -
fix test utility to return a valid ipv6 address and prom configuration
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f9868f - Browse repository at this point
Copy the full SHA 2f9868fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfb4f1 - Browse repository at this point
Copy the full SHA 7cfb4f1View commit details -
move code to disable high cardinality to use views in service
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b0c5db - Browse repository at this point
Copy the full SHA 2b0c5dbView commit details -
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c8b0d5 - Browse repository at this point
Copy the full SHA 8c8b0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ed148 - Browse repository at this point
Copy the full SHA 66ed148View commit details -
ensure metric level none disables metric readers
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60c7d9d - Browse repository at this point
Copy the full SHA 60c7d9dView commit details -
ensure the sdk is shutdown on error
Signed-off-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51e2410 - Browse repository at this point
Copy the full SHA 51e2410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f403a - Browse repository at this point
Copy the full SHA 47f403aView commit details