Socket
Book a DemoInstallSign in
Socket

@recallgraph/foxx-tracer-reporter-datadog

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recallgraph/foxx-tracer-reporter-datadog

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

5.0.2
latest
Source
npmnpm
Version published
Weekly downloads
10
900%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

foxx

FAQs

Package last updated on 14 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.