Hello! I am using the signoz sidecar for ECS and getting some crazy metrics for CPU utilization. I'm...
s
Hello! I am using the signoz sidecar for ECS and getting some crazy metrics for CPU utilization. I'm getting values like 281, I have 4 vcpus, and have the collector and log sidecar containers. Can't seem to find anything online on why this might be happening 😭
This is my query
this is the result
n
Hey @Sid Premkumar, what version of Signoz are you running
s
Hi @Nagesh Bansal im using signoz cloud
@Nagesh Bansal I also want to ask about this: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1753310746885709 this is a huge deal for my team, we really need everything to be driven by terraform. I'm working with two companies that are evaluating Signoz vs Datadog and Honeycomb, not having a terraform provider to manage alarms and dashboard makes Signoz really hard to sell
I spent the last 2 hours trying to get the provider working with no luck 😭 sorry
Hi @Nagesh Bansal any chance I could get some help here šŸ™
n
@Aniket Agarwal please help here ^
šŸ™‡ 1
s
I think i figured out that the units for ecs.cpu.utilization are just off? But curious if you've ever seen that before. Also regarding the terraform just an update on if its planned would be awesome. I can look into it otherwise.
n
Also regarding the terraform just an update on if its planned would be awesome
Hey from what I know, team is not focused on anything related to terraform as of now.
s
awesome thanks for letting me know. I'll try to fix myself āœ…
s
Any updates here? We really want to use terraform to codify our alarms etc, but recently the API has been introducing major changes (v4 -> v5) with the terraform provider not following the convention, causing major headaches (e.g. JSON sorting order affecting terraform, new feilds defaults being introduced etc) resulting in our team having to do a bunch of whack-a-mole reactionary fixes. Please version your terraform provider / API changes to allow teams using it to adapt changes at their own pace.
s
Shitty solution but you can use what i created here • https://github.com/sidpremkumar/terraform-provider-signoz • https://registry.terraform.io/providers/sidpremkumar/signoz/latest Sharing In case it helps