package
9.0.0-beta1+incompatible
Repository: https://github.com/elastic/apm-server.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewRunner returns a new Runner that runs APM Server with the given parameters.
# Structs
Runner initialises and runs and orchestrates the APM Server HTTP and gRPC servers, event processing pipeline, and output.
RunnerParams holds parameters for NewRunner.
ServerParams holds parameters for running the APM Server.
# Type aliases
RunServerFunc is a function which runs the APM Server until a fatal error occurs, or the context is cancelled.
WrapServerFunc is a function for injecting behaviour into ServerParams and RunServerFunc.