1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/attribute/doc.go
T

6 lines
200 B
Go
Raw Normal View History

// Copyright The OpenTelemetry Authors
2024-02-29 07:05:28 +01:00
// SPDX-License-Identifier: Apache-2.0
2019-08-27 01:41:15 +09:00
2021-09-20 13:02:46 -07:00
// Package attribute provides key and value attributes.
2021-02-18 12:59:37 -05:00
package attribute // import "go.opentelemetry.io/otel/attribute"