rseetham commented on PR #18175:
URL: https://github.com/apache/pinot/pull/18175#issuecomment-4494160770

   > > > 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?
   
   Yes. Could we do <tableNameWithType>-<streamPartition>-<topic>? That way ppl 
only have to add a ending *


-- 
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]

Reply via email to