Skip to content

Support Datadog metrics over unix socket #292

@lhriley

Description

@lhriley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions