package
9.0.0-beta1+incompatible
Repository: https://github.com/elastic/apm-server.git
Documentation: pkg.go.dev
# Functions
NewEventCounter returns an EventCounter that counts events processed, recording them as `apm-server.processor.<processor.event>.transformations` under the given registry.
NewTracer returns a Tracer that emits transactions for batches processed.
# Structs
EventCounter is a model.BatchProcessor that counts the number of events processed, recording the counts as metrics in a monitoring.Registry.
Nop is a no-op model.BatchProcessor.
SetExcludeFromGrouping is a model.BatchProcessor that identifies stack frames to exclude from error grouping for RUM, using a configurable regular expression.
SetLibraryFrame is a model.BatchProcessor that identifies stack frames from library code for RUM, using a configurable regular expression.
Tracer is a model.BatchProcessor that wraps another processor within a transaction.