Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d46215f
Redpanda: v2.2.0 (metrics update)
pmw-rp Jul 20, 2025
c54a631
Adding trailing commas to list definitions and object definitions.
pmw-rp Aug 19, 2025
8e17795
Adding orientations where missing, redefining orientations throughout…
pmw-rp Aug 19, 2025
1c1b510
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Aug 19, 2025
2e60f18
Updating integration version in README.md for clarity.
pmw-rp Sep 18, 2025
1afa332
Handling rename of redpanda.schema_registry_latency_seconds to redpan…
pmw-rp Sep 18, 2025
22ef7b2
Merge branch 'DataDog:master' into redpanda-v2.2.0
pmw-rp Sep 29, 2025
debed0b
Adding more buckets and some numbers to example histograms.
pmw-rp Oct 2, 2025
0d169b5
Adding cache_disk_total bytes.
pmw-rp Oct 2, 2025
60b0848
Switching metadata to gauges.
pmw-rp Oct 2, 2025
e49222e
Fixing WASM memory usage orientation.
pmw-rp Oct 2, 2025
b6734c6
Adding trailing comma for linting.
pmw-rp Oct 2, 2025
8a01f8c
Changing long lines to a more compact format.
pmw-rp Oct 6, 2025
8e2f1d4
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 6, 2025
9449505
Removing six.moves library.
pmw-rp Oct 7, 2025
6a53a3a
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 7, 2025
79e1b37
Updating datadog-checks-base
pmw-rp Oct 8, 2025
318c144
Merge branch 'master' into redpanda-v2.2.0
dd-dominic Oct 8, 2025
c454b2c
Merge branch 'DataDog:master' into redpanda-v2.2.0
pmw-rp Oct 10, 2025
c1fcaed
Altering mock to match changes in DataDog repo.
pmw-rp Oct 10, 2025
efd4195
Rewriting description for client pool utilization due to a unicode ch…
pmw-rp Oct 10, 2025
5dafa51
Fixing metadata.csv missing comma.
pmw-rp Oct 10, 2025
8369b3f
Committing autogenerated changes to conf.yaml.example.
pmw-rp Oct 10, 2025
de729fb
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 13, 2025
ce091d3
Committing autogenerated changes to conf.yaml.example.
pmw-rp Oct 14, 2025
a951e1c
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 14, 2025
6ffbdfd
Making `histogram_buckets_as_distributions` default to true.
pmw-rp Oct 21, 2025
8c8aa40
Changelog section reordering.
pmw-rp Oct 21, 2025
8f9923e
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 21, 2025
1c6dc48
Update redpanda/CHANGELOG.md
pmw-rp Oct 22, 2025
9bc139e
Update redpanda/CHANGELOG.md
pmw-rp Oct 22, 2025
1a3a648
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Oct 24, 2025
e66b0c6
Fixing controller metrics.
pmw-rp Oct 27, 2025
83d0a3d
Re-adding non-existing metric for DD metadata.csv requirement.
pmw-rp Oct 27, 2025
1128973
Merge remote-tracking branch 'origin/redpanda-v2.2.0' into redpanda-v…
pmw-rp Oct 27, 2025
f12d061
Clearing up controller metrics.
pmw-rp Oct 31, 2025
74cb547
Removing redpanda_cluster_replicas (non-existent metric) from test fi…
pmw-rp Oct 31, 2025
ec47c41
Merge branch 'master' into redpanda-v2.2.0
dd-dominic Oct 31, 2025
9e32132
Merge branch 'master' into redpanda-v2.2.0
pmw-rp Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions redpanda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# CHANGELOG - redpanda

## 2.2.0 / 2025-10-21

***Changed***:

* Set `histogram_buckets_as_distributions` to true by default to send histogram buckets as Datadog distribution metrics

***Added***:

* Added new default metrics groups:
* Security and TLS
* `redpanda.authorization`: +1 metric
* `redpanda.security`: +2 metrics
* `redpanda.tls`: +5 metrics

* Added new additional metrics groups:
* Apache Iceberg integration
* `redpanda.iceberg`: +32 metrics
* Redpanda Transforms and WASM
* `redpanda.transform`: +9 metrics
* `redpanda.wasm`: +4 metrics
* Debug bundles
* `redpanda.debug_bundle`: +4 metrics

* Added new metrics under existing default metrics groups:
* `redpanda.application`: +1 metric
* `redpanda.cluster`: +5 metrics
* `redpanda.rpc`: +2 metrics
* `redpanda.kafka`: +8 metrics
* `redpanda.raft`: +5 metrics
* `redpanda.storage`: +2 metrics

* Added new metrics under existing additional metrics groups:
* `redpanda.cloud`: +27 metrics
* `redpanda.pandaproxy`: +3 metrics
* `redpanda.schemaregistry`: +7 metrics

***Fixed***:

* Typo: `redpanda.schema_registry_latency_seconds` is now `redpanda.schema_registry.latency_seconds`
* Typo: `redpanda_cloud_client_dowload_backoff` is now `cloud.client_download_backoff`

## 2.1.1 / 2025-10-17

***Added***
Expand Down
4 changes: 2 additions & 2 deletions redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Connect Datadog with [Redpanda][1] to view key metrics and add additional metric

#### Host

To configure this check for an Agent running on a host, run `datadog-agent integration install -t datadog-redpanda==<INTEGRATION_VERSION>`.
To configure this check for an Agent running on a host, run `datadog-agent integration install -t datadog-redpanda==2.2.0`.

<!-- xxz tab xxx -->
<!-- xxx tab "Containerized" xxx -->
Expand All @@ -33,7 +33,7 @@ To build an updated version of the Agent:
```dockerfile
FROM gcr.io/datadoghq/agent:latest

ARG INTEGRATION_VERSION=2.1.0
ARG INTEGRATION_VERSION=2.2.0

RUN agent integration install -r -t datadog-redpanda==${INTEGRATION_VERSION}
```
Expand Down
2 changes: 1 addition & 1 deletion redpanda/datadog_checks/redpanda/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.2.0'
169 changes: 167 additions & 2 deletions redpanda/datadog_checks/redpanda/metrics.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions redpanda/datadog_checks/redpanda/redpanda.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from collections import ChainMap

from six.moves.urllib.parse import urlparse
from urllib.parse import urlparse

from datadog_checks.base import ConfigurationError, OpenMetricsBaseCheckV2
from datadog_checks.base.checks.openmetrics.v2.scraper import OpenMetricsCompatibilityScraper
Expand Down Expand Up @@ -52,6 +51,7 @@ def _parse_config(self):
'namespace': self.__NAMESPACE__,
'metrics': metrics,
'tags': tags,
'histogram_buckets_as_distributions': 'true',
'metadata_label_map': {'version': 'version'},
}
config.update(self.instance)
Expand Down
256 changes: 186 additions & 70 deletions redpanda/metadata.csv

Large diffs are not rendered by default.

Loading
Loading