opentofu/internal/tfplugin5
Martin Atkins a7807dac16 main: Optionally configure an OpenTelemetry OTLP exporter
Terraform CLI is sometimes used as part of a larger distributed system, in
which case it would be helpful to be able to gather telemetry from it
as part of the larger request it's being run in response to.

We'll now support optionally enabling an OTLP exporter by setting the
environment variable OTEL_TRACES_EXPORTER=otlp (a standard OpenTelemetry
convention). As of this commit there isn't actually anything emitting
traces to the specified collector, but we'll gradually add tracing
instrumentation to parts of Terraform CLI and Core in later commits.
2023-07-14 10:24:10 -07:00
..
tfplugin5.pb.go main: Optionally configure an OpenTelemetry OTLP exporter 2023-07-14 10:24:10 -07:00
tfplugin5.proto add Schema Capabilities to protocol 2022-07-06 13:47:35 -04:00