`from singer_sdk import metrics` does not seem to ...
# troubleshooting
j
from singer_sdk import metrics
does not seem to be working. Does anyone know why? singer-sdk==0.11.1
Hmm, it looks like it may have been a very recent addition to the singer-sdk?
e
Yeah, it’s an unreleased feature at the moment 🙂. Curious, how you were planning to use it?
j
I liked the idea of using the https_request_counter to track how many requests I've made to an API I'm hitting
e
Nice! Yeah, it will go out in the next release of the SDK.