Learn how to manage metrics in Cachet.
Cachet allows you to track arbitrary metrics on your status page. A metric can represent anything measurable, such as the number of users on your platform, the number of requests per second or even random things like the number of teas brewed.
A metric consists of:
Users Online
.users
.The number of users currently online
.0
.A metric is made up of multiple points which are added over time. Each point consists of:
For performance, if a metric point is created within the threshold of an existing point, the existing point will be updated with the new value.
Learn how to manage metrics in Cachet.
Cachet allows you to track arbitrary metrics on your status page. A metric can represent anything measurable, such as the number of users on your platform, the number of requests per second or even random things like the number of teas brewed.
A metric consists of:
Users Online
.users
.The number of users currently online
.0
.A metric is made up of multiple points which are added over time. Each point consists of:
For performance, if a metric point is created within the threshold of an existing point, the existing point will be updated with the new value.