From 5699ce0896591b1e58a1fcbc7d3b707e15ccc0bf Mon Sep 17 00:00:00 2001 From: Flc Date: Fri, 22 Nov 2024 16:48:16 +0800 Subject: [PATCH] docs(CHANGELOG): remove changed --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d2c55476b..f022916f572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added support for providing `endpoint`, `pollingIntervalMs` and `initialSamplingRate` using environment variable `OTEL_TRACES_SAMPLER_ARG` in `go.opentelemetry.io/contrib/samples/jaegerremote`. (#6310) - Added support exporting logs via OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6340) -### Changed - -- Move the test files of `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` to the tests directory and simplify the dependencies of the main package. (#6360) - ### Fixed - Fixed the value for configuring the OTLP exporter to use `grpc` instead of `grpc/protobuf` in `go.opentelemetry.io/contrib/config`. (#6338)