inadarei / rfc-healthcheck

Health Check Response RFC Draft for HTTP APIs
https://inadarei.github.io/rfc-healthcheck/
MIT License
117 stars 13 forks source link

observedUnit and connections #31

Closed peteraritchie closed 5 years ago

peteraritchie commented 6 years ago

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

inadarei commented 6 years ago

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.