manager is an immutable struct that manages the labels for log, metrics, tracing, kv store, etc.
| 44 | // manager is an immutable struct that manages the labels for log, metrics, |
| 45 | // tracing, kv store, etc. |
| 46 | type manager struct { |
| 47 | Prefixes []string |
| 48 | } |
| 49 | |
| 50 | // New constructs a manager from alternating key values. |
| 51 | // |
nothing calls this directly
no outgoing calls
no test coverage detected