package constants
import "github.com/lightstep/lightstep-tracer-go/constants"
Index ¶
Constants ¶
const ( // ComponentNameKey is the tag key identifying the service ComponentNameKey = "lightstep.component_name" // HostnameKey is the tag key identifying hostname HostnameKey = "lightstep.hostname" // ServiceVersionKey is the tag key identifying service version ServiceVersionKey = "service.version" )
Source Files ¶
Tools for package owners.