Skip to content
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

The base finish metric is not set on clean exit of extractor #344

Open
AbdulrahmanAlshehri opened this issue Aug 12, 2024 · 0 comments
Open

Comments

@AbdulrahmanAlshehri
Copy link

The below finish metric in BaseMetrics is never set during an extractor run. Requiring manually setting it to populate the metric. Is this intended to be the case?

self.finish = Gauge(
f"{extractor_name}_finish_time", "Timestamp (seconds) of then the extractor last finished cleanly"
)

If not, I can contribute to resolving this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant