https://signoz.io logo
u

Upesh Jindal

08/21/2022, 5:33 AM
hi, is there any way I can see the infrastructure? For instance, how many API servers I have running
p

Pranay

08/21/2022, 5:51 AM
@Upesh Jindal you should be able to see them in Dashboards
u

Upesh Jindal

08/21/2022, 5:51 AM
dashboards are empty 😄 I think I have not tried setting them up
I need a better handle on queries i think there
p

Pranay

08/21/2022, 5:52 AM
Yeah, you can configure sending data to them
u

Upesh Jindal

08/21/2022, 5:53 AM
I'll try. If unsuccessful, will ask
p

Pranay

08/21/2022, 6:06 AM
By API servers do you mean virtual machines you want to monitor right?
Cool
What kind of metrics would you like to see?
u

Upesh Jindal

08/21/2022, 6:07 AM
Right, VMs running. I have ECS tasks on AWS and need to see how many are running
Something is wrong. May be I'm not getting the dashboards. I created the dashboard based on the query @Ankit Nayan shared. But when I refresh, the dashboard gives totally different data. Also, I wrote a simple query on the table but data is 0. Not sure if I'm doing the right thing.
Copy code
select count(httpRoute) from signoz_traces.signoz_index_v2 group by httpHost;
s

Srikanth Chekuri

08/21/2022, 8:17 AM
Also, I wrote a simple query on the table but data is 0. Not sure if I'm doing the right thing.
Copy code
select count(httpRoute) from signoz_traces.signoz_index_v2 group by httpHost;
This alone can't plot the data in dashboard. It also needs a timestamp value. So the final query result should contain a timestamp and it's corresponding value.
Something is wrong. May be I'm not getting the dashboards. I created the dashboard based on the query @Ankit Nayan shared. But when I refresh, the dashboard gives totally different data.
That shouldn't be happening. When you say it's totally different data how much is the deviation you are seeing?
u

Upesh Jindal

08/21/2022, 9:25 AM
It's different routes and graphs.
@Srikanth Chekuri Is there a primer on creating dashboards? I can't seem to get a handle on them.
Is signoz_traces.signoz_index_v2 the only table that will all the data?
@Srikanth Chekuri I have reproduced the graph which keeps changing data. If you get time and if you can, I can show it on a gmeet.
s

Srikanth Chekuri

08/22/2022, 1:57 AM
We can huddle now if it works for you.
@Upesh Jindal We addressed this issue in the latest release. Please try upgrading to latest
0.11.1
and let us know.
u

Upesh Jindal

09/15/2022, 5:11 AM
Thanks @Srikanth Chekuri! 🚀 Will keep you updated on this.
@Srikanth Chekuri This is fixed. Graph doesn't appear to be shifting. Thanks!