Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApplicationName attribute.Key = attribute.Key("keptn.deployment.app_name") Workload attribute.Key = attribute.Key("keptn.deployment.workload") Version attribute.Key = attribute.Key("keptn.deployment.version") Namespace attribute.Key = attribute.Key("keptn.deployment.namespace") Status attribute.Key = attribute.Key("keptn.deployment.status") )
Variables ¶
This section is empty.
Functions ¶
func CreateSpan ¶
Types ¶
type KeptnCarrier ¶
type KeptnCarrier map[string]interface{}
KeptnCarrier carries the TraceContext
func (KeptnCarrier) Get ¶
func (kc KeptnCarrier) Get(key string) string
Get returns the value associated with the passed key.
func (KeptnCarrier) Keys ¶
func (kc KeptnCarrier) Keys() []string
Keys lists the keys stored in this carrier.
func (KeptnCarrier) Set ¶
func (kc KeptnCarrier) Set(key string, value string)
Set stores the key-value pair.
Click to show internal directories.
Click to hide internal directories.