hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

fix: filter more automatically created otel metrics #116

Closed tim-mwangi closed 1 year ago

tim-mwangi commented 1 year ago

Description

These are created by otel based agents. We had to enhance this since the java based otel agent creates a lot of metrics automatically. It captures the jmx metrics as well. These lead to high memory consumption and an eventual OOM crash in k8s based systems.

Testing

Manual tests.

Checklist: