They are fine done manually and on their own own the only issue appears 
when I to the division in Prometheus on the label, if I specify the labels 
separately in their own query and do the division it is also fine. What I 
have noticed is there is some extra wait_types in the   
sqlserver_azuredb_waitstats_wait_time_ms vector that aren't present in  
sqlserver_azuredb_waitstats_waiting_tasks_count but don't think that should 
make a difference here

On Sunday, May 3, 2020 at 7:10:36 PM UTC+1, Brian Candler wrote:
>
> What's the weirdness?  What do you see, and what would you expect to see?
>
> What if you do the query halves separately:
>
> rate(sqlserver_azuredb_waitstats_wait_time_ms{sql_instance=“$server”,
> database_name= “$databaseName”}[5m])
>
> rate(sqlserver_azuredb_waitstats_waiting_tasks_count{sql_instance=“$server
> ”, database_name=“$databaseName”}[5m])
>
> Do they look reasonable?  And if you divide them by hand?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/25903565-899f-429f-8b31-0e1ee1ab327c%40googlegroups.com.

Reply via email to