suddendust opened a new pull request, #12074: URL: https://github.com/apache/pinot/pull/12074
This PR exposes metrics to track disabled tables/instances. Such metrics can be useful in filtering cases where some behaviour is triggered by users. For example, high ingestion lag on tables that are disabled. Behaviour: Disabled table: `pinot.controller.tableDisabled.airlineStats_REALTIME` = 1 Enabled tabled: `pinot.controller.tableDisabled.airlineStats_REALTIME` = 0 OR if this metric is missing. The caveat here is that these metrics will not be reported when the controller restarts. If it restarts when a table was disabled, the behaviour would flip. -- 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]
