mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
5 lines
200 B
Go
5 lines
200 B
Go
// 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"
|