Fine0830 opened a new pull request, #1031: URL: https://github.com/apache/skywalking-banyandb/pull/1031
The test was assuming every metric buffer must have exactly one sample per datasource timestamp, but the recorder only appends values for metrics present in a given poll. A metric that first appears on the second cycle can validly have 1 value while the datasource already has 2 timestamps. The spec now checks the real contract instead: * each metric has at most as many samples as timestamps * the known process metric( `process_cpu_seconds_total` ) that should exist on every scrape to have one sample per observed polling cycle Signed-off-by: Qiuxia Fan <[email protected]> -- 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]
