Update Collect OpenTelemetry data and forward to Grafana topic #4909
+25
−15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
The Collect OpenTelemetry data and forward to Grafana topic needs to be refactored and updated as descrived in the linked Issue.
The Collect OpenTelemetry data and forward to Grafana topic needs a thorough review and updates to reduce the confusing instructions.
The following suggestions could be applied to this topic:
Fix the Final Configuration: Update lines 253 and 257-262 to use otelcol.exporter.otlphttp instead of otelcol.exporter.otlp for Grafana Cloud traces
Add Missing Integration: Show how to integrate the Grafana Cloud OTLP HTTP exporter with the batch processor
Clarify the Flow: Make it clear when to use HTTP vs gRPC exporters
Consistent Examples: Ensure all examples use the same exporter type for the same platform
The topic should use otelcol.exporter.otlphttp throughout for Grafana Cloud
Which issue(s) this PR fixes
Fixes #4556