blob: eef51ebc2a27207d309286762b76475f408f365c (
plain)
1
2
3
4
5
|
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
// Package attribute provides key and value attributes.
package attribute // import "go.opentelemetry.io/otel/attribute"
|