Documentation
¶
Index ¶
Constants ¶
View Source
const (
MetricsStability = component.StabilityLevelBeta
)
Variables ¶
View Source
var ( Type = component.MustNewType("elasticapm") ScopeName = "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/elasticapmreceiver" )
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
*confighttp.ServerConfig `mapstructure:",squash"`
EventsURLPath string `mapstructure:"events_url_path"`
RUMEventsUrlPath string `mapstructure:"rum_events_url_path"`
MaxEventSize int `mapstructure:"max_event_size_bytes"`
BatchSize int `mapstructure:"batch_size"`
}
type ConponentType ¶
type ConponentType struct {
}
Click to show internal directories.
Click to hide internal directories.
