suddendust opened a new pull request, #12073: URL: https://github.com/apache/pinot/pull/12073
Recently, we detected that the catch-all label was incorrect - It failed to capture a metric for which a specific regex had not been added. It also does not capture metrics that contain the kafka topic in the name. This PR fixes these problems. Commented regexes are captured with catch-all, I have kept them as they can come in handy later. Commented metrics are exported successfully: <img width="1294" alt="Screenshot 2023-11-30 at 12 37 27 PM" src="https://github.com/apache/pinot/assets/84911643/c367107a-dc9e-4e18-ae52-3823ed237186"> <img width="1220" alt="Screenshot 2023-11-30 at 12 38 46 PM" src="https://github.com/apache/pinot/assets/84911643/e13c6471-7c90-444b-9034-e5b5fc9a53e5"> <img width="1300" alt="Screenshot 2023-11-30 at 12 39 44 PM" src="https://github.com/apache/pinot/assets/84911643/f3e0d740-a59e-48bc-a4f5-cf3ffb8303f3"> <img width="1660" alt="Screenshot 2023-11-30 at 12 40 03 PM" src="https://github.com/apache/pinot/assets/84911643/9b16fda9-1324-42e5-92bc-9107e2b7eec4"> <img width="1153" alt="Screenshot 2023-11-30 at 12 40 19 PM" src="https://github.com/apache/pinot/assets/84911643/2928fc82-5a7a-4856-a616-bf4c8bc917b2"> <img width="1660" alt="Screenshot 2023-11-30 at 12 40 32 PM" src="https://github.com/apache/pinot/assets/84911643/4d18883f-dbb3-48db-9bd5-7d2b06fea846"> <img width="1383" alt="Screenshot 2023-11-30 at 12 40 47 PM" src="https://github.com/apache/pinot/assets/84911643/ac388342-57ed-411b-8cb6-041c7c0d966f"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
