Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

push to dogstatsd in openmetrics format #129

Open
linuxd3v opened this issue Jun 15, 2022 · 0 comments
Open

push to dogstatsd in openmetrics format #129

linuxd3v opened this issue Jun 15, 2022 · 0 comments

Comments

@linuxd3v
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant