mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update Service name used in experimental telemetry (#1406)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
@@ -67,7 +67,7 @@ func openTelemetryInit() error {
|
||||
|
||||
otelResource := resource.NewWithAttributes(
|
||||
semconv.SchemaURL,
|
||||
semconv.ServiceNameKey.String("Terraform CLI"),
|
||||
semconv.ServiceNameKey.String("OpenTofu CLI"),
|
||||
semconv.ServiceVersionKey.String(version.Version),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user