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

Support Datadog metrics over unix socket #292

Open
lhriley opened this issue Jun 27, 2022 · 0 comments
Open

Support Datadog metrics over unix socket #292

lhriley opened this issue Jun 27, 2022 · 0 comments

Comments

@lhriley
Copy link

lhriley commented Jun 27, 2022

According to the documentation, the datadog opentracing plugin supports a variety of transport options not currently supported by this framework.

Specifically, it looks like we should be checking for the config in here:

var collectorHost = flag.String("collector_host", "dd-agent", "Host for Datadog agent")
var collectorPort = flag.String("collector_port", "8126", "Port for Datadog agent")

From their configuration docs:

If the Agent URL is specified, then it overrides the Agent host and Agent port settings.

References:
DataDog/dd-opentracing-cpp#125
https://github.com/DataDog/dd-opentracing-cpp/blob/master/doc/configuration.md#agent-url

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