Jackie-Jiang commented on PR #18175: URL: https://github.com/apache/pinot/pull/18175#issuecomment-4492993367
> > Will this change the emitted metric name? Even for single topic ingestion? > > Yes. For single-topic tables as well, the underlying metric name string changes, not only for multi-topic. > > Before: gauges looked like `…realtimeIngestionDelayMs.<tableNameWithType>.<pinotPartitionGroupId>` (table + numeric partition as a separate dot-separated segment). > > After: the “table” segment is `<tableNameWithType>-<topic>-<streamPartition>` (same pattern as stream consumer metrics), so the full name includes topic and partition in that hyphenated block, and registration uses table gauges (no extra .partition segment the same way as before). This is a big backward incompatible change, which will break all monitoring system right? -- 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]
