We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753637c commit f14cc3dCopy full SHA for f14cc3d
telemetry/client.go
@@ -25,9 +25,9 @@ type telemetryClient struct {
25
exporter *telemetryExporter
26
aggregator *metricsAggregator
27
28
- mu sync.Mutex // Protects started and closed flags
29
- started bool
30
- closed bool
+ mu sync.Mutex // Protects started and closed flags
+ started bool
+ closed bool
31
}
32
33
// newTelemetryClient creates a new telemetry client for the given host.
0 commit comments