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
2 changes: 1 addition & 1 deletion control_m/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- towncrier release notes start -->

## 1.1.0 / 2026-04-01 / Agent 7.78.0
## 1.1.0 / 2026-04-01 / Agent 7.78.1

***Added***:

Expand Down
4 changes: 2 additions & 2 deletions krakend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

* Improve descriptions ([#23047](https://github.com/DataDog/integrations-core/pull/23047))

## 1.4.0 / 2026-04-01 / Agent 7.78.0
## 1.4.0 / 2026-04-01 / Agent 7.78.1

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 1.3.0 / 2026-02-19 / Agent 7.77.0
## 1.3.0 / 2026-02-19

***Added***:

Expand Down
4 changes: 2 additions & 2 deletions lustre/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<!-- towncrier release notes start -->

## 1.5.0 / 2026-04-01 / Agent 7.78.0
## 1.5.0 / 2026-04-01 / Agent 7.78.1

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 1.4.0 / 2026-02-19 / Agent 7.77.0
## 1.4.0 / 2026-02-19

***Added***:

Expand Down
1 change: 1 addition & 0 deletions mongo/changelog.d/23476.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Include `database_instance` tag in `mongodb.can_connect` service check.
5 changes: 2 additions & 3 deletions mongo/datadog_checks/mongo/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ def check(self, _):
self._schemas.run_job_loop(tags=self._get_tags(include_internal_resource_tags=True))
self._query_metrics.run_job_loop(tags=self._get_tags(include_internal_resource_tags=True))
except CRITICAL_FAILURE as e:
self.service_check(SERVICE_CHECK_NAME, AgentCheck.CRITICAL, tags=self._config.service_check_tags)
self.service_check(SERVICE_CHECK_NAME, AgentCheck.CRITICAL, tags=self._get_service_check_tags())
self._unset_metadata()
raise e # Let exception bubble up to global handler and show full error in the logs.
else:
self.service_check(SERVICE_CHECK_NAME, AgentCheck.OK, tags=self._config.service_check_tags)
self.service_check(SERVICE_CHECK_NAME, AgentCheck.OK, tags=self._get_service_check_tags())

def _refresh_metadata(self):
if self._mongo_version is None or self._mongo_modules is None:
Expand All @@ -323,7 +323,6 @@ def _refresh_metadata(self):
def _unset_metadata(self):
self.log.debug('Due to connection failure we will need to reset the metadata.')
self._mongo_version = None
self._resolved_hostname = None

def _collect_metrics(self):
deployment = self.deployment_type
Expand Down
7 changes: 6 additions & 1 deletion mongo/tests/test_integration_shard.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ def test_mongo_arbiter(aggregator, check, instance_arbiter, dd_run_check):
check = check(instance_arbiter)
dd_run_check(check)

tags = [f'host:{common.HOST}', f'port:{common.PORT_ARBITER}', 'db:admin']
tags = [
f'host:{common.HOST}',
f'port:{common.PORT_ARBITER}',
'db:admin',
f'database_instance:{check._resolved_hostname}',
]
aggregator.assert_service_check('mongodb.can_connect', status=MongoDb.OK, tags=tags)

metric_names = aggregator.metric_names
Expand Down
3 changes: 2 additions & 1 deletion mongo/tests/test_integration_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_mongo_db_test(aggregator, check, instance_user, dd_run_check):
check = check(instance_user)
dd_run_check(check)

tags = [f'host:{common.HOST}', f'port:{common.PORT1}', 'db:test']
tags = [f'host:{common.HOST}', f'port:{common.PORT1}', 'db:test', f'database_instance:{check._resolved_hostname}']
aggregator.assert_service_check('mongodb.can_connect', status=MongoDb.OK, tags=tags)

metric_names = aggregator.metric_names
Expand Down Expand Up @@ -289,5 +289,6 @@ def test_propagate_agent_tags(
f'host:{common.HOST}',
f'port:{common.PORT1}',
'db:test',
f'database_instance:{check._resolved_hostname}',
] + agent_tags
aggregator.assert_service_check('mongodb.can_connect', status=MongoDb.OK, tags=expected_tags)
2 changes: 1 addition & 1 deletion n8n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* Improve descriptions ([#23047](https://github.com/DataDog/integrations-core/pull/23047))

## 1.1.0 / 2026-04-01 / Agent 7.78.0
## 1.1.0 / 2026-04-01 / Agent 7.78.1

***Added***:

Expand Down
2 changes: 1 addition & 1 deletion prefect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* Adds validation for event pagination URLs. ([#23354](https://github.com/DataDog/integrations-core/pull/23354))

## 1.0.0 / 2026-03-18 / Agent 7.78.0
## 1.0.0 / 2026-03-18 / Agent 7.78.1

***Added***:

Expand Down
2 changes: 1 addition & 1 deletion wincrashdetect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ No metrics are collected by this integration.

### Events

The Windows crash detection integration submits an event when a previously unreported crash is detected at agent startup. The integration will report one event per crash.
The Windows Crash Detection integration submits an event when it detects a previously unreported system crash (BSOD) at Agent startup. The integration submits one event per crash.

### Service Checks

Expand Down
Loading