Skip to content

Commit 2351892

Browse files
dashpolesbylica-splunk
authored andcommitted
Fix precedence of processors in gmp exporter readme (open-telemetry#35768)
fixes open-telemetry#35759
1 parent 04894dd commit 2351892

File tree

1 file changed

+1
-1
lines changed
  • exporter/googlemanagedprometheusexporter

1 file changed

+1
-1
lines changed

exporter/googlemanagedprometheusexporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ service:
115115
pipelines:
116116
metrics:
117117
receivers: [prometheus]
118-
processors: [batch, memory_limiter, transform, resourcedetection]
118+
processors: [memory_limiter, batch, transform, resourcedetection]
119119
exporters: [googlemanagedprometheus]
120120
```
121121

0 commit comments

Comments
 (0)