You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics types can only be one of three values: 'count', 'rate' and 'gauge', but there is no type safety to validate that you are submitting proper values.
Points should be array of tuple (timestamp, value). This could be more strongly typed to catch bugs.