You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
all: match go conventions for generated code (#6731)
Go documents the following regex pattern for identifying generated code: ^// Code generated .* DO NOT EDIT\.$ This convention is used go APIs and tooling. References: https://pkg.go.dev/go/ast#IsGenerated https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/attr_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/attr_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log_attr_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log_attr_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/attr_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/attr_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log_attr_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log_attr_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlplog/transform/log_test.go.tmpl
|
// source: internal/shared/otlp/otlplog/transform/log_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/envconfig.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/options.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/options.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/options_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/options_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/optiontypes.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/optiontypes.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/tls.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/tls.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/client.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/client.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/client_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/client_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/collector.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/collector.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess.go
|
// source: internal/shared/otlp/partialsuccess.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess_test.go
|
// source: internal/shared/otlp/partialsuccess_test.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/attribute.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/attribute.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/attribute_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/attribute_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/error.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/error.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/error_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/error_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/metricdata.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/metricdata.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/metricdata_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/metricdata_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/envconfig.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/options.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/options.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/options_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/options_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/optiontypes.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/optiontypes.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/oconf/tls.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/oconf/tls.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/client.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/client.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/client_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/client_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/otest/collector.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/otest/collector.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess.go
|
// source: internal/shared/otlp/partialsuccess.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess_test.go
|
// source: internal/shared/otlp/partialsuccess_test.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/attribute.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/attribute.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/attribute_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/attribute_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/error.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/error.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/error_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/error_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/metricdata.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/metricdata.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlpmetric/transform/metricdata_test.go.tmpl
|
// source: internal/shared/otlp/otlpmetric/transform/metricdata_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/options.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/options.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/options_test.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/options_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/optiontypes.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/optiontypes.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/tls.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/tls.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/client.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/client.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/collector.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/collector.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/data.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/data.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/otlptest.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/otlptest.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess.go
|
// source: internal/shared/otlp/partialsuccess.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess_test.go
|
// source: internal/shared/otlp/partialsuccess_test.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
// source: internal/shared/otlp/envconfig/envconfig_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/envconfig.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/envconfig.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/options.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/options.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/options_test.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/options_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/optiontypes.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/optiontypes.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlpconfig/tls.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlpconfig/tls.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/client.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/client.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/collector.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/collector.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/data.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/data.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/otlptrace/otlptracetest/otlptest.go.tmpl
|
// source: internal/shared/otlp/otlptrace/otlptracetest/otlptest.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess.go
|
// source: internal/shared/otlp/partialsuccess.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/partialsuccess_test.go
|
// source: internal/shared/otlp/partialsuccess_test.go
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry.go.tmpl
|
// source: internal/shared/otlp/retry/retry.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
// source: internal/shared/otlp/retry/retry_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/doc.go.tmpl
|
// source: internal/shared/internaltest/doc.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_carrier.go.tmpl
|
// source: internal/shared/internaltest/text_map_carrier.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_carrier_test.go.tmpl
|
// source: internal/shared/internaltest/text_map_carrier_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_propagator.go.tmpl
|
// source: internal/shared/internaltest/text_map_propagator.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_propagator_test.go.tmpl
|
// source: internal/shared/internaltest/text_map_propagator_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/matchers/expectation.go.tmpl
|
// source: internal/shared/matchers/expectation.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/matchers/expecter.go.tmpl
|
// source: internal/shared/matchers/expecter.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/matchers/temporal_matcher.go.tmpl
|
// source: internal/shared/matchers/temporal_matcher.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/doc.go.tmpl
|
// source: internal/shared/internaltest/doc.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/env.go.tmpl
|
// source: internal/shared/internaltest/env.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/env_test.go.tmpl
|
// source: internal/shared/internaltest/env_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/errors.go.tmpl
|
// source: internal/shared/internaltest/errors.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/harness.go.tmpl
|
// source: internal/shared/internaltest/harness.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_carrier.go.tmpl
|
// source: internal/shared/internaltest/text_map_carrier.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_carrier_test.go.tmpl
|
// source: internal/shared/internaltest/text_map_carrier_test.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Code created by gotmpl. DO NOT MODIFY.
|
// Code generated by gotmpl. DO NOT MODIFY.
|
||||||
// source: internal/shared/internaltest/text_map_propagator.go.tmpl
|
// source: internal/shared/internaltest/text_map_propagator.go.tmpl
|
||||||
|
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user