Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions semconv/metric.go.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{% import 'instrument.j2' as i -%}
// Code generated from semantic convention specification. DO NOT EDIT.

// Package httpconv provides types and functionality for OpenTelemetry semantic
// conventions in the "{{ ctx.root_namespace }}" namespace.
// Package {{ ctx.root_namespace | camel_case | lower }}conv provides types and functionality
// for OpenTelemetry semantic conventions in the "{{ ctx.root_namespace }}" namespace.
package {{ ctx.root_namespace | camel_case | lower }}conv

import (
Expand Down
Loading