You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: