Documentation
¶
Index ¶
- func AddIncomingTraceLinks(links []string)
- func Clear()
- func GetAgentTag(key string) interface{}
- func GetAgentTags() map[string]interface{}
- func GetTag(key string) interface{}
- func GetTags() map[string]interface{}
- func New() *invocationPlugin
- func SetAgentTag(key string, value interface{})
- func SetError(exception error)
- func SetTag(key string, value interface{})
- type Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddIncomingTraceLinks ¶
func AddIncomingTraceLinks(links []string)
AddIncomingTraceLinks adds links to incomingTraceLinks
func GetAgentTag ¶
func GetAgentTag(key string) interface{}
GetAgentTag returns invocation tag for key
Types ¶
type Resource ¶
type Resource struct {
ResourceType string `json:"resourceType"`
ResourceName string `json:"resourceName"`
ResourceOperation string `json:"resourceOperation"`
ResourceCount int `json:"resourceCount"`
ResourceErrorCount int `json:"resourceErrorCount"`
ResourceDuration int64 `json:"resourceDuration"`
ResourceMaxDuration int64 `json:"resourceMaxDuration"`
ResourceAvgDuration float64 `json:"resourceAvgDuration"`
ResourceBlockedCount int `json:"resourceBlockedCount"`
ResourceViolatedCount int `json:"resourceViolatedCount"`
ResourceErrors []string `json:"resourceErrors"`
// contains filtered or unexported fields
}
Resource type stores information about resources in spans
Source Files
¶
- constants.go
- data.go
- invocation.go
- invocation_support.go
- invocation_trace_support.go
- trigger_events.go
Click to show internal directories.
Click to hide internal directories.