Skip to content

Commit d8dba53

Browse files
authored
fix: exclude network metric (#891)
1 parent f9b0815 commit d8dba53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/monitoring/otel-metrics.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ if (otelMetricsEnabled) {
231231
const hostMetrics = new HostMetrics({
232232
meterProvider,
233233
name: 'storage-api-host-metrics',
234+
metricGroups: ['system.cpu', 'system.memory', 'process.cpu', 'process.memory'],
234235
})
235236
hostMetrics.start()
236237

0 commit comments

Comments
 (0)