From e928b5fd85f530d1ad1960d8d3e8481bcddecd34 Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:01:57 -0600 Subject: [PATCH] Update UPGRADING.md --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index d85fce58b..41f83040d 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -44,7 +44,7 @@ to update your custom dashboards, detectors, or alerts using Java application te ### Breaking Changes Overview - Runtime metrics will now be enabled by default, this can increase the number of metrics collected. - The default protocol changed from gRPC to http/protobuf. For custom Java exporter endpoint -configurations, verify that you’re sending data to http/protobuf endpoints like this [example](https://github.com/signalfx/splunk-otel-collector-chart/blob/main/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml#L57). +configurations, verify that you’re sending data to http/protobuf endpoints like this [example](https://github.com/signalfx/splunk-otel-collector-chart/blob/splunk-otel-collector-0.105.4/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml#L59). - Span Attribute Name Changes: | Old Attribute (1.x) | New Attribute (2.x) |