Skip to content
Open
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 mongodb_atlas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG - MongoDB Atlas

## 1.2.2 / 2025-12-05

***Changed***:

* Updated mongodb.atlas.system.memory.* metrics to have units=kilobytes

## 1.2.1 / 2025-10-14

***Changed***:
Expand Down
10 changes: 5 additions & 5 deletions mongodb_atlas/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ mongodb.atlas.system.disk.space.free,gauge,,byte,,Free disk space on the disk pa
mongodb.atlas.system.disk.space.percentfree,gauge,,percent,,Percentage of free disk space on the disk partition,0,mongodb_atlas,free disk space percentage,
mongodb.atlas.system.disk.space.percentused,gauge,,percent,,Percentage of used disk space on the disk partition,0,mongodb_atlas,used disk space percentage,
mongodb.atlas.system.disk.space.used,gauge,,byte,,Used disk space on the disk partition,0,mongodb_atlas,used disk space,
mongodb.atlas.system.memory.available,gauge,,byte,,Physical memory available in bytes,0,mongodb_atlas,system memory available,
mongodb.atlas.system.memory.max.available,gauge,,byte,,Maximum physical memory available in bytes,0,mongodb_atlas,max system memory available,
mongodb.atlas.system.memory.max.used,gauge,,byte,,Maximum physical memory used in bytes,0,mongodb_atlas,max system memory used,
mongodb.atlas.system.memory.used,gauge,,byte,,Physical memory used in bytes,0,mongodb_atlas,system memory used,
mongodb.atlas.system.memory.available,gauge,,kilobyte,,Physical memory available in kilobytes,0,mongodb_atlas,system memory available,
mongodb.atlas.system.memory.max.available,gauge,,kilobyte,,Maximum physical memory available in kilobytes,0,mongodb_atlas,max system memory available,
mongodb.atlas.system.memory.max.used,gauge,,kilobyte,,Maximum physical memory used in kilobytes,0,mongodb_atlas,max system memory used,
mongodb.atlas.system.memory.used,gauge,,kilobyte,,Physical memory used in kilobytes,0,mongodb_atlas,system memory used,
mongodb.atlas.system.network.bytes.in,rate,60,byte,second,The average rate of physical bytes received per second,0,mongodb_atlas,system network bytes in,
mongodb.atlas.system.network.bytes.out,rate,60,byte,second,The average rate of physical bytes transmitted per second,0,mongodb_atlas,system network bytes out,
mongodb.atlas.system.network.max.bytes.in,gauge,,byte,,The maximum Network Bytes In value over the time period specified by the metric granularity,0,mongodb_atlas,max system network in,
Expand All @@ -147,4 +147,4 @@ mongodb.atlas.wiredtiger.cache.bytes_read_into_cache,rate,60,byte,second,Average
mongodb.atlas.wiredtiger.cache.bytes_written_from_cache,rate,60,byte,second,Average rate of bytes per second written from WiredTiger's cache,0,mongodb_atlas,bytes written from cache,
mongodb.atlas.wiredtiger.cache.tracked_dirty_bytes_in_cache,gauge,,byte,,Number of tracked dirty bytes currently in the WiredTiger cache,0,mongodb_atlas,dirty bytes in cache,
mongodb.atlas.wiredtiger.concurrenttransactions.read.available,gauge,,operation,,Number of available read operations allowed into the storage engine,0,mongodb_atlas,concurrent reads available,
mongodb.atlas.wiredtiger.concurrenttransactions.write.available,gauge,,operation,,Number of available write operations allowed into the storage engine,0,mongodb_atlas,concurrent writes available,
mongodb.atlas.wiredtiger.concurrenttransactions.write.available,gauge,,operation,,Number of available write operations allowed into the storage engine,0,mongodb_atlas,concurrent writes available,
Loading