harness / ff-dotnet-server-sdk

.net Server SDK for integrating with Harness Feature Flag service.
https://harness.io/
Apache License 2.0
5 stars 10 forks source link

(FFM-4835) Debug logging for analytics #42

Closed conormurray95 closed 2 years ago

conormurray95 commented 2 years ago

Changes Updating the analytics debug logging. Logging every time a metric was added is incredibly noisy and not that accurate because it doesn't give you an indication of what actually gets sent to the /metrics endpoint at the end. Replaced it with a log where we dump the analytics object before sending the metrics request. This will let us and customers debug what is being sent and why targets may not be being added.

swarmia[bot] commented 2 years ago

✅  Linked to Bug FFM-4835 · Dynamic target creation issue