Replies: 1 comment 2 replies
-
I'm not sure what client you're talking about and also not clear what type of metrics you're referring to. Metrics as per feature evaluation metrics have nothing to do with http client requesting features from Unleash, in general my answer would be no, but I'm not entirely sure this is what you're asking. If you could provide more context maybe I can provide a more precise answer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use a http client rather than the official unleash client (Unleash Client SDK for Node.js) because I want on-demand based feature flag retrieval rather than polling.
I understand the official client sends metrics to
/metrics
endpoint separately.If I make http GET requests against the server's endpoint, would these requests be recorded as metrics in the server?
If so, what metrics are tracked?
Beta Was this translation helpful? Give feedback.
All reactions