utils

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CONSUMER_PROCESS_KEY = attribute.Key("opentelemetry-traces-span-key-consumer-process")
View Source
const CONSUMER_RECEIVE_KEY = attribute.Key("opentelemetry-traces-span-key-consumer-receive")
View Source
const DB_CLIENT_KEY = attribute.Key("opentelemetry-traces-span-key-db-client")
View Source
const OTEL_CONTEXT_KEY = attribute.Key("opentelemetry-http-server-route-key")
View Source
const PRODUCER_KEY = attribute.Key("opentelemetry-traces-span-key-producer")
View Source
const RPC_CLIENT_KEY = attribute.Key("opentelemetry-traces-span-key-rpc-client")
View Source
const RPC_SERVER_KEY = attribute.Key("opentelemetry-traces-span-key-rpc-server")

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultUrlFilter

type DefaultUrlFilter struct {
}

func (DefaultUrlFilter) FilterUrl

func (d DefaultUrlFilter) FilterUrl(url *url.URL) bool

type SpanNameFilter

type SpanNameFilter interface {
	FilterSpanName(spanName string) bool
}

type UrlFilter

type UrlFilter interface {
	FilterUrl(url *url.URL) bool
}

Jump to

Keyboard shortcuts

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