Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InternalMetrics ¶
type InternalMetrics interface { InformerNew() InformerUpdate() InformerDelete() ClientConnect() ClientDisconnect() MessageSubmit() MessageSucceed() MessageTimeout() MessageError() }
InternalMetrics accounts diverse events of the Beyla Cache service
func FromContext ¶
func FromContext(ctx context.Context) InternalMetrics
FromContext returns the internal metrics handler from the context. If any. If no metrics handler has been defined, it will return a NOOP metrics handler.
type InternalMetricsConfig ¶
Click to show internal directories.
Click to hide internal directories.