@recallgraph/foxx-tracer-reporter-datadog
TypeScript icon, indicating that this package has built-in type declarations

5.0.2 • Public • Published

foxx-tracer-reporter-datadog

A reporter for the foxx-tracer-collector service, that pushes spans to Datadog.

Installation

See the collector docs for detailed instruction docs. To quickly get up and running, run the following inside the collector's source root:

npx grunt reporter:add --pkg=@recallgraph/foxx-tracer-reporter-datadog --namespace=datadog 

Configuration

This reporter has a single configuration parameter, viz, the location of the Datadog Agent to which it should report span records. If the reporter is installed under the namespace datadog, then the manifest.json of the collector would have a section like:

{
    "configuration": {
        "reporters-datadog": {
            "type": "json",
            "required": true,
            "default": {
                "dd-agent-url": "http://localhost:8126/v0.4/traces"
            },
            "description": "Settings for the datadog reporter."
        }
    }
}

You can change the dd-agent-url parameter to value if needed.

/@recallgraph/foxx-tracer-reporter-datadog/

    Package Sidebar

    Install

    npm i @recallgraph/foxx-tracer-reporter-datadog

    Weekly Downloads

    0

    Version

    5.0.2

    License

    MIT

    Unpacked Size

    9.54 kB

    Total Files

    9

    Last publish

    Collaborators

    • adityamukho