Versions in this module Expand all Collapse all v1 v1.0.0 Nov 1, 2024 Changes in this version + type MockClient struct + AsmEnabled bool + Configuration []telemetry.Configuration + Integrations []string + Metrics map[telemetry.Namespace]map[string]float64 + ProfilerEnabled bool + Started bool + func (c *MockClient) ApplyOps(args ...telemetry.Option) + func (c *MockClient) ConfigChange(args []telemetry.Configuration) + func (c *MockClient) Count(ns telemetry.Namespace, name string, val float64, tags []string, common bool) + func (c *MockClient) ProductChange(namespace telemetry.Namespace, enabled bool, ...) + func (c *MockClient) ProductStop(namespace telemetry.Namespace) + func (c *MockClient) Record(ns telemetry.Namespace, _ telemetry.MetricKind, name string, val float64, ...) + func (c *MockClient) RegisterAppConfig(name string, val interface{}, origin telemetry.Origin) + func (c *MockClient) Stop()