This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Send memory and load stats using default datadog event strings #52
Open
Description
Right now, this repo is sending things like:
prefix.app.metric.load.avg.1m:0.010000|g|#tag1,tag2
According to my (extremely limited) understanding, the default load events should be something like
system.load.1
or system.load.15
. These metrics are automatically created by datadog and shown in the infrastructure overview. It seems this package should parse and send the runtime metrics using the events expected by datadog by default.
Of course, I could be missing something. Any feedback would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels