-
Notifications
You must be signed in to change notification settings - Fork 84
Description
We are using php with swooole - which automatically exposes swoole metrics in php array, json and openmetrics format.
https://openswoole.com/article/openswoole-4.9.0-released
I know there is an openmetrics integration for datatadog agent. The drawback - in that case I would have to add separate datadog agent container into ecs fargate task and configure it with openmetrics config - so custom container build is gonna be needed - which is why I would rather not go this route.
https://docs.datadoghq.com/integrations/openmetrics/
I would rather push metrics to datadogstatsd - however this client doesn't understand openmentrics format as a source... so one way out would be to write custom "api bulder" script (openmetrics -> builder).
so that's my feature request i supposed - kindly support openmetrics as a source.