Skip to content

Commit 14ec164

Browse files
Add semantic conventions version v1.27.0 (#10837)
--------- Co-authored-by: Alex Boten <[email protected]>
1 parent 291aa24 commit 14ec164

File tree

7 files changed

+5895
-0
lines changed

7 files changed

+5895
-0
lines changed

.chloggen/semconv-v1.27.0.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
change_type: enhancement
2+
component: semconv
3+
note: Add semantic conventions version v1.27.0
4+
issues: [10837]

semconv/v1.27.0/doc.go

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright The OpenTelemetry Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
// Package semconv implements OpenTelemetry semantic conventions.
5+
//
6+
// OpenTelemetry semantic conventions are agreed standardized naming
7+
// patterns for OpenTelemetry things. This package represents the v1.27.0
8+
// version of the OpenTelemetry semantic conventions.
9+
package semconv // import "go.opentelemetry.io/collector/semconv/v1.27.0"

0 commit comments

Comments
 (0)