mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 22:19:02 +08:00
fix(usage): set default tenant for exporting usage (#7314)
This commit is contained in:
parent
f96a234faa
commit
08309c380c
@ -165,7 +165,7 @@ func (lm *Manager) UploadUsage() {
|
||||
usageData.CollectorID = usage.CollectorID
|
||||
usageData.ExporterID = usage.ExporterID
|
||||
usageData.Type = usage.Type
|
||||
usageData.Tenant = usage.Tenant
|
||||
usageData.Tenant = "default"
|
||||
usageData.OrgName = orgName
|
||||
usageData.TenantId = lm.tenantID
|
||||
usagesPayload = append(usagesPayload, usageData)
|
||||
|
Loading…
x
Reference in New Issue
Block a user