Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dbader/node-datadog-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: dbader/node-datadog-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0-pre.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    cbf67ee View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Drop the official Datadog client (#144)

    This drops our dependency on `@datadog/datadog-api-client` in favor of directly calling the API via HTTP. It requires a little more code on our side, but gets us a bit more flexibility and drops a 15 MB (!) dependency that we barely use.
    
    This partly covers #132. There is definitely followup work to do here, but we want to get this out the door so people can use it and provide feedback.
    Mr0grog authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    bae7265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b03156 View commit details
    Browse the repository at this point in the history
Loading