-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add job metrics #49
Comments
Ultimately, I see 3 ways to do it, each with their pros/cons:
I imagine the best way to go here is Also, I'm not sure what would be a good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
singer.metrics.job_timer
around calls towait_for_export
.See https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/__init__.py#L488 for an example use of
job_timer
.Verify behavior by ensuring that existing tests pass and METRICS messages are emitted in the expected places.
The text was updated successfully, but these errors were encountered: