Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 9.5.2 / 2026-05-20

***Fixed***:

* Restore Istio ambient mode metric collection broken in 9.4.0: ztunnel counters are no longer silently dropped, proxy management metrics use the `workload_manager_*` names ztunnel actually emits, and the missing xDS message counters are now registered. ([#23707](https://github.com/DataDog/integrations-core/pull/23707))

## 9.5.1 / 2026-04-15

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion istio/changelog.d/23707.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion istio/datadog_checks/istio/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "9.5.1"
__version__ = "9.5.2"
38 changes: 38 additions & 0 deletions klaviyo/assets/account_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"supported_auth_methods": [
{
"auth_name": "oauth",
"auth_method": "oauth2_authorization_code",
"fields": [],
"authorization_server": {
"authorization_endpoint": "https://www.klaviyo.com/oauth/authorize"
},
"authorization_request": {
"scopes": [
"accounts:read",
"metrics:read",
"events:read",
"flows:read"
],
"pkce": "required"
}
}
],
"additional_config_fields": [
{
"type": "tags",
"key": "tags",
"label": "Tags",
"help": "",
"editable": true,
"required": false
}
],
"dataflow_config": [
{
"dataflow_id": "klaviyo-logs",
"additional_config_fields": []
}
]
}

11 changes: 11 additions & 0 deletions n8n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- towncrier release notes start -->

## 2.0.0 / 2026-05-20

***Changed***:

* Improve the n8n metric coverage:

- Correct missing or incorrect metrics.
- Add metrics introduced in n8n 2.x (workflow execution duration, audit events, authentication, workflow and user statistics, expression engine, and process memory).
- Track n8n's dynamic events (workflow cancellations, audit activity, AI nodes, user and credential changes, package and variable changes).
- Add support for monitoring n8n worker processes alongside the main process. ([#23635](https://github.com/DataDog/integrations-core/pull/23635))

## 1.1.2 / 2026-05-14

***Fixed***:
Expand Down
6 changes: 0 additions & 6 deletions n8n/changelog.d/23635.changed

This file was deleted.

2 changes: 1 addition & 1 deletion n8n/datadog_checks/n8n/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2026-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.1.2'
__version__ = '2.0.0'
6 changes: 6 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 23.8.1 / 2026-05-20

***Fixed***:

* Fix a crash caused by cancel closing database connections while the check is still running. ([#23728](https://github.com/DataDog/integrations-core/pull/23728))

## 23.8.0 / 2026-05-14

***Added***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/23728.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "23.8.0"
__version__ = "23.8.1"
6 changes: 3 additions & 3 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ datadog-ignite==3.4.0
datadog-iis==5.7.0; sys_platform == 'win32'
datadog-impala==4.4.1
datadog-infiniband==1.6.0; sys_platform == 'linux2'
datadog-istio==9.5.1
datadog-istio==9.5.2
datadog-ivanti-connect-secure==1.2.0
datadog-jboss-wildfly==3.4.0
datadog-journald==3.2.0
Expand Down Expand Up @@ -161,7 +161,7 @@ datadog-microsoft-sysmon==1.2.0; sys_platform == 'win32'
datadog-milvus==2.5.1
datadog-mongo==10.10.1
datadog-mysql==15.17.0
datadog-n8n==1.1.2
datadog-n8n==2.0.0
datadog-nagios==3.4.0
datadog-network==5.7.0
datadog-nfsstat==3.5.0; sys_platform == 'linux2'
Expand All @@ -185,7 +185,7 @@ datadog-pgbouncer==8.10.0; sys_platform != 'win32'
datadog-php-fpm==6.4.1
datadog-ping-federate==2.2.0
datadog-postfix==3.4.1; sys_platform != 'win32'
datadog-postgres==23.8.0
datadog-postgres==23.8.1
datadog-powerdns-recursor==5.4.0
datadog-prefect==1.0.1
datadog-presto==3.4.0
Expand Down
79 changes: 79 additions & 0 deletions ringcentral/assets/account_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"supported_auth_methods": [
{
"auth_name": "oauth",
"auth_method": "oauth2_authorization_code",
"fields": [],
"authorization_server": {
"authorization_endpoint": "https://platform.ringcentral.com/restapi/oauth/authorize"
},
"authorization_request": {
"scopes": [
"ReadAccounts",
"ReadCallLog",
"ReadContacts",
"ReadMessages",
"ReadPresence"
],
"pkce": "required"
}
}
],
"additional_config_fields": [
{
"type": "tags",
"key": "tags",
"label": "Tags",
"help": "",
"editable": true,
"required": false
},
{
"type": "checkbox",
"key": "get_voice_calls",
"label": "Voice calls",
"help": "",
"editable": true,
"required": false,
"default": true
},
{
"type": "checkbox",
"key": "get_audit_logs",
"label": "Audit logs",
"help": "",
"editable": true,
"required": false,
"default": true
},
{
"type": "checkbox",
"key": "get_analytics_metrics",
"label": "Analytics metrics",
"help": "",
"editable": true,
"required": false,
"default": true
},
{
"type": "checkbox",
"key": "get_message_metrics",
"label": "SMS metrics",
"help": "",
"editable": true,
"required": false,
"default": true
}
],
"dataflow_config": [
{
"dataflow_id": "ringcentral-logs",
"additional_config_fields": []
},
{
"dataflow_id": "ringcentral-metrics",
"additional_config_fields": []
}
]
}

11 changes: 11 additions & 0 deletions ringcentral/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
provides:
- id: ringcentral-logs
always_on: true
granular: false
data_type: logs
direction: inbound
- id: ringcentral-metrics
always_on: true
granular: false
data_type: metrics
direction: inbound
Loading