Documentation ¶
Overview ¶
Package localmetrics provides a local server for metrics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupTestJaeger ¶
SetupTestJaeger creates a new test jaeger instance. If the test fails, the instance is kept alive for 5 minutes. we also allow a GLOBAL_jaeger env var to be set to a jaeger url to send all traces to in order to avoid having to boot for long running tests.
Types ¶
type Option ¶
type Option func(*config)
Option is a configuration option for the local server.
func WithKeepContainers ¶
WithKeepContainers keeps containers around after the test.
func WithPyroscopeEnabled ¶
WithPyroscopeEnabled enables pyroscope.
func WithPyroscopeJaeger ¶
WithPyroscopeJaeger enables pyroscope jaeger.
Click to show internal directories.
Click to hide internal directories.