From 1478afdd84d7dd3976ba9371f062f2cb9d88f1c6 Mon Sep 17 00:00:00 2001 From: Thomas Delacour Date: Fri, 5 Dec 2025 10:23:26 -0800 Subject: [PATCH] change mongodb atlas sysmem metrics to have Kb units --- mongodb_atlas/CHANGELOG.md | 6 ++++++ mongodb_atlas/metadata.csv | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/mongodb_atlas/CHANGELOG.md b/mongodb_atlas/CHANGELOG.md index b2a7cf017f..febca1ddc7 100644 --- a/mongodb_atlas/CHANGELOG.md +++ b/mongodb_atlas/CHANGELOG.md @@ -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***: diff --git a/mongodb_atlas/metadata.csv b/mongodb_atlas/metadata.csv index 8dfdb17850..b0dc5fc55b 100644 --- a/mongodb_atlas/metadata.csv +++ b/mongodb_atlas/metadata.csv @@ -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, @@ -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, \ No newline at end of file +mongodb.atlas.wiredtiger.concurrenttransactions.write.available,gauge,,operation,,Number of available write operations allowed into the storage engine,0,mongodb_atlas,concurrent writes available,