Documentation
¶
Index ¶
- func Functions[K any]() map[string]interface{}
- func ResourceFunctions() map[string]interface{}
- func ScopeFunctions() map[string]interface{}
- type ContextID
- type ContextStatements
- type LogParserCollection
- type LogParserCollectionOption
- type MetricParserCollection
- type MetricParserCollectionOption
- type TraceParserCollection
- type TraceParserCollectionOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceFunctions ¶ added in v0.64.0
func ResourceFunctions() map[string]interface{}
func ScopeFunctions ¶ added in v0.64.0
func ScopeFunctions() map[string]interface{}
Types ¶
type ContextID ¶ added in v0.64.0
type ContextID string
func (*ContextID) UnmarshalText ¶ added in v0.64.0
type ContextStatements ¶ added in v0.64.0
type LogParserCollection ¶ added in v0.64.0
type LogParserCollection struct {
// contains filtered or unexported fields
}
func NewLogParserCollection ¶ added in v0.64.0
func NewLogParserCollection(functions map[string]interface{}, settings component.TelemetrySettings, options ...LogParserCollectionOption) (*LogParserCollection, error)
func (LogParserCollection) ParseContextStatements ¶ added in v0.64.0
func (pc LogParserCollection) ParseContextStatements(contextStatements ContextStatements) (consumer.Logs, error)
type LogParserCollectionOption ¶ added in v0.64.0
type LogParserCollectionOption func(*LogParserCollection) error
type MetricParserCollection ¶ added in v0.64.0
type MetricParserCollection struct {
// contains filtered or unexported fields
}
func NewMetricParserCollection ¶ added in v0.64.0
func NewMetricParserCollection(functions map[string]interface{}, settings component.TelemetrySettings, options ...MetricParserCollectionOption) (*MetricParserCollection, error)
func (MetricParserCollection) ParseContextStatements ¶ added in v0.64.0
func (pc MetricParserCollection) ParseContextStatements(contextStatements ContextStatements) (consumer.Metrics, error)
type MetricParserCollectionOption ¶ added in v0.64.0
type MetricParserCollectionOption func(*MetricParserCollection) error
type TraceParserCollection ¶ added in v0.64.0
type TraceParserCollection struct {
// contains filtered or unexported fields
}
func NewTraceParserCollection ¶ added in v0.64.0
func NewTraceParserCollection(functions map[string]interface{}, settings component.TelemetrySettings, options ...TraceParserCollectionOption) (*TraceParserCollection, error)
func (TraceParserCollection) ParseContextStatements ¶ added in v0.64.0
func (pc TraceParserCollection) ParseContextStatements(contextStatements ContextStatements) (consumer.Traces, error)
type TraceParserCollectionOption ¶ added in v0.64.0
type TraceParserCollectionOption func(*TraceParserCollection) error
Click to show internal directories.
Click to hide internal directories.