Skip to content

Commit

Permalink
mongo bump port to master (#17701)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 authored Jun 1, 2024
1 parent 0a5116b commit 970e957
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 21 deletions.
27 changes: 27 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

<!-- towncrier release notes start -->

## 6.5.0 / 2024-05-31

***Added***:

* Emit mongodb_instance metadata event to for sharded cluster, replica-set and standalone deployment types. The metadata includes
- mongodb hostname
- mongodb version
- replica set name
- replica set state
- sharding cluster role
- cluster type
- hosts (list of mongodb instances this mongodb connects to)
- shards (list of shards this mongos instance connects to)
- cluster name ([#17518](https://github.com/DataDog/integrations-core/pull/17518))
* Update dependencies ([#17519](https://github.com/DataDog/integrations-core/pull/17519))
* Emit updated mongodb_instance event when mongo deployment type is refreshed with updates. The mongo deployment type is considered to be updated when
- replica set name is changed
- member role is updated in a replica set, i.e. primary step down/secondary step up or new member joins the replica set
- new shard joins a sharded cluster or new member joins a shard results in mongos shard map updated ([#17564](https://github.com/DataDog/integrations-core/pull/17564))
* Samples MongoDB operations and collect explain plans for the sampled operations when DBM is enabled. ([#17596](https://github.com/DataDog/integrations-core/pull/17596))
* Bump datadog-checks-base dependency to 36.7.0 ([#17688](https://github.com/DataDog/integrations-core/pull/17688))

***Fixed***:

* Emit database_instance metadata before collecting metrics ([#17665](https://github.com/DataDog/integrations-core/pull/17665))
* Only emit database_instance metadata when dbm is enabled ([#17697](https://github.com/DataDog/integrations-core/pull/17697))

## 6.4.0 / 2024-04-26 / Agent 7.54.0

***Added***:
Expand Down
10 changes: 0 additions & 10 deletions mongo/changelog.d/17518.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17519.added

This file was deleted.

4 changes: 0 additions & 4 deletions mongo/changelog.d/17564.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17596.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17665.fixed

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17688.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/17697.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__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__ = '6.4.0'
__version__ = '6.5.0'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ datadog-marklogic==4.2.1
datadog-mcache==4.1.0; sys_platform != 'win32'
datadog-mesos-master==3.3.1; sys_platform != 'win32'
datadog-mesos-slave==3.3.1; sys_platform != 'win32'
datadog-mongo==6.4.0
datadog-mongo==6.5.0
datadog-mysql==12.5.0
datadog-nagios==1.13.0
datadog-network==3.3.0
Expand Down

0 comments on commit 970e957

Please sign in to comment.