1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-24 05:39:30 +00:00
ceph-csi/vendor/go.opentelemetry.io/otel/semconv/v1.17.0/http.go

11 lines
281 B
Go
Raw Normal View History

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
package semconv // import "go.opentelemetry.io/otel/semconv/v1.17.0"
// HTTP scheme attributes.
var (
HTTPSchemeHTTP = HTTPSchemeKey.String("http")
HTTPSchemeHTTPS = HTTPSchemeKey.String("https")
)