EdColeman commented on issue #1612: URL: https://github.com/apache/accumulo/issues/1612#issuecomment-650408826
Would the ids persist and be consistent across restarts? The reason that I'm asking is that some metrics systems will create a separate time series for each metric "name" Things that are unbounded (which seems this is not) cause issues - if the id are not consistent, then performing metric queries of a time-series that would cross restart boundaries could be misleading. (Anyone / System querying over a time range may not be aware of the restart) If that would be the case, then rolling the values up into root, metadata and users may be more meaningful to a metrics system. If there is still interest in each ceid at runtime, then maybe logging? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
