Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Fix generation of events for StatusLogger #13

Open
alexott opened this issue May 4, 2020 · 0 comments
Open

Fix generation of events for StatusLogger #13

alexott opened this issue May 4, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@alexott
Copy link
Contributor

alexott commented May 4, 2020

In current version, events from StatusLogger are generated without date field, and without properly filled product/category/type...

{'header': 'Pool', 'delayed_header': 'Delayed     ', 'event_product': 'unknown', 'event_category': 'unknown', 'event_type': 'unknown'}
{'pool_name': 'AuthzStage', 'active': '0', 'pending': '0', 'backpressure': None, 'delayed': None, 'completed': '0', 'blocked': '0', 'all_time_blocked': '0', 'event_product': 'unknown', 'event_category': 'unknown', 'event_type': 'unknown'}
{'pool_name': 'LwtStage', 'active': '0', 'pending': '0', 'backpressure': None, 'delayed': None, 'completed': '0', 'blocked': '0', 'all_time_blocked': '0', 'event_product': 'unknown', 'event_category': 'unknown', 'event_type': 'unknown'}

so this lead to errors during processing, like, #1

@rsds143 rsds143 added bug Something isn't working help wanted Extra attention is needed labels Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants