hi, is there any way I can see the infrastructure?...
# support
u
hi, is there any way I can see the infrastructure? For instance, how many API servers I have running
p
@Upesh Jindal you should be able to see them in Dashboards
u
dashboards are empty 😄 I think I have not tried setting them up
I need a better handle on queries i think there
p
Yeah, you can configure sending data to them
u
I'll try. If unsuccessful, will ask
p
By API servers do you mean virtual machines you want to monitor right?
Cool
What kind of metrics would you like to see?
u
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
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
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
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
Thanks @Srikanth Chekuri! 🚀 Will keep you updated on this.
@Srikanth Chekuri This is fixed. Graph doesn't appear to be shifting. Thanks!