You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try a build depending on the inputs/opentelemetry plugin with the latest OpenTelemetry release.
Expected behavior
Clean build.
Actual behavior
go: github.com/nsone/platform/golang/ptelegraf-plugins/cmd/decisions imports
github.com/influxdata/telegraf/plugins/common/shim imports
github.com/influxdata/telegraf/agent tested by
github.com/influxdata/telegraf/agent.test imports
github.com/influxdata/telegraf/plugins/inputs/all imports
github.com/influxdata/telegraf/plugins/inputs/opentelemetry imports
go.opentelemetry.io/proto/otlp/collector/profiles/v1experimental: module go.opentelemetry.io/proto/otlp@latest found (v1.5.0), but does not contain package go.opentelemetry.io/proto/otlp/collector/profiles/v1experimental
Additional info
My guess is that the v1experimental module either became non-experimental or went away completely.
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
n/a
Logs from Telegraf
System info
n/a
Docker
No response
Steps to reproduce
Try a build depending on the
inputs/opentelemetry
plugin with the latest OpenTelemetry release.Expected behavior
Clean build.
Actual behavior
Additional info
My guess is that the
v1experimental
module either became non-experimental or went away completely.The text was updated successfully, but these errors were encountered: