otelogen

package
v0.0.0-...-cdf09a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package otelogen provides OpenTelemetry tracing for ogen.

Index

Constants

View Source
const (
	ClientRequestCount = "ogen.client.request_count" // Outgoing request count total
	ClientErrorsCount  = "ogen.client.errors_count"  // Outgoing errors total
	ClientDuration     = "ogen.client.duration"      // Outgoing end to end duration, microseconds
)
View Source
const (
	ServerRequestCount = "ogen.server.request_count" // Incoming request count total
	ServerErrorsCount  = "ogen.server.errors_count"  // Incoming errors total
	ServerDuration     = "ogen.server.duration"      // Incoming end to end duration, microseconds
)
View Source
const (
	// OperationIDKey by OpenAPI specification.
	OperationIDKey = attribute.Key("oas.operation")
	// WebhookNameKey by OpenAPI specification.
	WebhookNameKey = attribute.Key("oas.webhook.name")
)
View Source
const Name = "github.com/katana-project/ogen"

Name of instrumentation.

Variables

This section is empty.

Functions

func OperationID

func OperationID(v string) attribute.KeyValue

OperationID attribute.

func SemVersion

func SemVersion() string

SemVersion is the semantic version to be supplied to tracer/meter creation.

func Version

func Version() string

Version is the current release version of the ogen instrumentation.

func WebhookName

func WebhookName(v string) attribute.KeyValue

WebhookName attribute.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL