mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
fix: usage stats missing cluster id (#913)
This commit is contained in:
parent
43edac8b01
commit
fa11fbb0f1
2 changed files with 6 additions and 1 deletions
5
.changeset/violet-impalas-bathe.md
Normal file
5
.changeset/violet-impalas-bathe.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
fix: usage stats missing cluster id
|
||||
|
|
@ -127,7 +127,7 @@ async function getUsageStats() {
|
|||
).limit(1),
|
||||
getClickhouseTableSize(),
|
||||
]);
|
||||
const clusterId = team[0]?._id;
|
||||
const clusterId = team[0]?._id.toString();
|
||||
logger.info({
|
||||
message: 'track-hyperdx-oss-usage-stats',
|
||||
clusterId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue