btlqql opened a new pull request, #4358: URL: https://github.com/apache/rocketmq-dashboard/pull/4358
Prometheus matrix results can contain both float and native-histogram samples in the same series. The explorer previously retained only the float samples whenever any were present, dropping histogram rows from CSV and undercounting the response. Preserve and sort both kinds, count them individually, show mixed types in the details table, and plot floats and histogram-derived values on separate lines. Add a mixed-series export/statistics regression and update the component regression to use distinct sample timestamps. Reference: https://prometheus.io/docs/prometheus/latest/querying/api/#range-vectors Validation: 33 tests passed across MetricsExplorer and metricsExplorerDiagnostics; ESLint passed for the implementation and utility tests; `npm run build` passed. -- 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]
