New Features: Graph Descriptions & Creation Metadata
We’re excited to announce two improvements to Instrumental that’ll make it easier to understand the context of your application and server monitoring graphs. Read More
We’re excited to announce two improvements to Instrumental that’ll make it easier to understand the context of your application and server monitoring graphs. Read More
Here’s a pro-tip for you when you record metrics on Instrumental: anything that can be a gauge
, should be a gauge
.
Why is that? You can use the Instrumental Query Language to get increment
data, because we record the number of times we receive your gauge
calls.
Let’s say you’re recording the time it takes to complete one request on your server when a user signs up, but you also want to know how often that is happening. Read More