package
8.17.3+incompatible
Repository: https://github.com/elastic/apm-server.git
Documentation: pkg.go.dev
# Functions
Map sourcemapping for given line and column and return values after sourcemapping.
NewBodyCachingFetcher returns a CachingFetcher that wraps backend, caching results for the configured cacheExpiration.
No description provided by the author
NewElasticsearchFetcher returns a Fetcher for fetching source maps stored in Elasticsearch.
NewKibanaFetcher returns a Fetcher that fetches source maps stored by Kibana.
No description provided by the author
No description provided by the author
# Structs
BatchProcessor is a modelpb.BatchProcessor that performs source mapping for span and error events.
BodyCachingFetcher wraps a Fetcher, caching source maps in memory and fetching from the wrapped Fetcher on cache misses.
ChainedFetcher is a Fetcher that attempts fetching from each Fetcher in sequence.
No description provided by the author
No description provided by the author
# Interfaces
Fetcher is an interface for fetching a source map with a given service name, service version, and bundle filepath.
MetadataFetcher is an interface for fetching metadata.