From ee1d012de8cfa4b785290e174709f965c2dcb29c Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Tue, 18 Jun 2024 10:10:19 -0700 Subject: [PATCH] Correct the comment for the priority of options and environments on otlptracegrpc (#5508) part of #5379 --------- Co-authored-by: David Ashpole Co-authored-by: Chester Cheung Co-authored-by: Tyler Yahn --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c529f6729c6..fe611d8e00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fix stale timestamps reported by the lastvalue aggregation. (#5517) - Run the `Detect` method in `go.opentelemetry.io/otel/sdk/resource` in parallel. (#5402) - Fix panic in baggage creation when a member contains 0x80 char in key or value. (#5494) +- Correct comments for the priority of the `WithEndpoint` and `WithEndpointURL` options and their coresponding environment variables in in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`. (#5508) ## [1.27.0/0.49.0/0.3.0] 2024-05-21