Skip to content

Commit 4c409cb

Browse files
dashpolejmsnll
authored andcommitted
Retract googlecloud exporter releases that don't have logging (open-telemetry#28884)
**Description:** Logging was broken after open-telemetry#25900 (released in v0.84.0). It is fixed by open-telemetry/opentelemetry-collector#8792, which will be released in v0.89.0. This will help with any distributions that include the googlecloud exporter components.
1 parent 386a616 commit 4c409cb

File tree

2 files changed

+10
-0
lines changed
  • exporter
    • googlecloudexporter
    • googlemanagedprometheusexporter

2 files changed

+10
-0
lines changed

exporter/googlecloudexporter/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ require (
7979
)
8080

8181
retract (
82+
v0.88.0
83+
v0.87.0
84+
v0.86.0
85+
v0.85.0
86+
v0.84.0
8287
v0.76.2
8388
v0.76.1
8489
v0.65.0

exporter/googlemanagedprometheusexporter/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ require (
124124
)
125125

126126
retract (
127+
v0.88.0
128+
v0.87.0
129+
v0.86.0
130+
v0.85.0
131+
v0.84.0
127132
v0.76.2
128133
v0.76.1
129134
v0.65.0

0 commit comments

Comments
 (0)