Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OtelMonitor ¶ added in v0.9.1
type OtelMonitor struct {
// contains filtered or unexported fields
}
OtelMonitor represents the otel monitor.
func NewOtelMonitor ¶ added in v0.9.1
func NewOtelMonitor() *OtelMonitor
func (*OtelMonitor) RecordPlugin ¶ added in v0.9.1
func (*OtelMonitor) RecordPlugin(context.Context, agent.PluginInfo)
RecordPlugin records a individual plugin behavior in a run, this is being handled in otelmw
func (*OtelMonitor) RecordRun ¶ added in v0.9.1
func (m *OtelMonitor) RecordRun(ctx context.Context, run agent.Run)
RecordRun records a run behavior
func (*OtelMonitor) RecordSinkRetryCount ¶ added in v0.9.1
func (m *OtelMonitor) RecordSinkRetryCount(ctx context.Context, pluginInfo agent.PluginInfo)
Click to show internal directories.
Click to hide internal directories.