akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Add basic telemetry #102

Closed akamsteeg closed 3 months ago

akamsteeg commented 3 months ago

To help users of this library figure out usage and performance, we should add some basic telemetry like an activity around the different public APIs and a meter to count the number of requests.

⚠️ This must use standard OTEL, nothing should be send to some external service It's up to the user of this library to enable listening to it and log it somewhere.