inadarei / rfc-healthcheck

Health Check Response RFC Draft for HTTP APIs

Home Page:https://inadarei.github.io/rfc-healthcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

observedUnit and connections

peteraritchie opened this issue · comments

In the cassandra:connections there is an observedValue but no observedUnit. If that's implied, what does a connection metric value of 75 signify?

Number of connections. ObservedUnit is not necessary and is only used when the observation can be measured in multiple units (e.g. byte, kilobyte etc.). Number of connections can only be measured in one unit - the number of connections, so indicating a unit would be unnecessary.