Skip to content

Commit

Permalink
Add semantic conventions version v1.27.0 (#10837)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
opentelemetrybot and codeboten authored Aug 8, 2024
1 parent 291aa24 commit 14ec164
Show file tree
Hide file tree
Showing 7 changed files with 5,895 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .chloggen/semconv-v1.27.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
change_type: enhancement
component: semconv
note: Add semantic conventions version v1.27.0
issues: [10837]
9 changes: 9 additions & 0 deletions semconv/v1.27.0/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Package semconv implements OpenTelemetry semantic conventions.
//
// OpenTelemetry semantic conventions are agreed standardized naming
// patterns for OpenTelemetry things. This package represents the v1.27.0
// version of the OpenTelemetry semantic conventions.
package semconv // import "go.opentelemetry.io/collector/semconv/v1.27.0"
Loading

0 comments on commit 14ec164

Please sign in to comment.