Skip to content

add RavenDB integration#2960

Open
TheGoldenPlatypus wants to merge 9 commits into
DataDog:masterfrom
TheGoldenPlatypus:add-ravendb-integration
Open

add RavenDB integration#2960
TheGoldenPlatypus wants to merge 9 commits into
DataDog:masterfrom
TheGoldenPlatypus:add-ravendb-integration

Conversation

@TheGoldenPlatypus
Copy link
Copy Markdown

What does this PR do?

Adds a new integration for RavenDB using the OpenMetrics endpoint.
The integration collects server, cluster, database, index, and GC metrics from RavenDB and exposes them to Datadog. It also includes configurable filtering to control metric cardinality and a sample dashboard for visualization.

Motivation

RavenDB exposes Prometheus/OpenMetrics metrics, but there is currently no official Datadog integration.
This integration allows users to monitor RavenDB instances directly through Datadog without needing custom metric pipelines, while also providing controls to avoid high-cardinality metric ingestion.

Review checklist

  • PR has a meaningful title or PR has the no-changelog label attached
  • Feature or bugfix has tests
  • Git history is clean
  • If PR impacts documentation, docs team has been notified or an issue has been opened on the documentation repo
  • If this PR includes a log pipeline, please add a description describing the remappers and processors.

Additional Notes

--

@TheGoldenPlatypus TheGoldenPlatypus requested review from a team as code owners April 6, 2026 09:19
@TheGoldenPlatypus TheGoldenPlatypus requested a review from a team as a code owner April 6, 2026 14:18
@estherk15 estherk15 added the editorial review Waiting on a more in-depth review from a docs team editor label Apr 6, 2026
@TheGoldenPlatypus
Copy link
Copy Markdown
Author

TheGoldenPlatypus commented Apr 9, 2026

the manifest validation is failing because source_type_id is required and must be unique
I don't have it, assumed the scaffolding should take care of assigning one.
Could you reviewers assign the correct source_type_id ?

{'assets': {'integration': {'source_type_id': ['Missing data for required field.']}}}

@TheGoldenPlatypus TheGoldenPlatypus changed the title add ravendb integration add RavenDB integration Apr 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

This pull request has not been updated for more than 21 days. If there are no updates to this PR within 7 days, it will be closed. If you'd like to re-open this PR after it's been closed, you can start from the latest master branch or pull the latest changes into your branch and create a new pull request.

@github-actions github-actions Bot added the stale label May 5, 2026
@TheGoldenPlatypus
Copy link
Copy Markdown
Author

hey, following up on this PR as it's close to becoming stale. Any update or feedback from the team?

@github-actions github-actions Bot removed the stale label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editorial review Waiting on a more in-depth review from a docs team editor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants