From 5f217d2db756fbf1a42a0fd3de7777cfbfc4d7a9 Mon Sep 17 00:00:00 2001 From: Robert Castley Date: Thu, 10 Oct 2024 08:55:21 +0100 Subject: [PATCH] Fixed broken link to http/pbuff example --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 774f3e5f49..d85fce58b8 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/splunk-otel-collector-0.107.0/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml#L59). +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). - Span Attribute Name Changes: | Old Attribute (1.x) | New Attribute (2.x) |