ScrapeHandler.Process(...) does not seem to return metric output in a deterministic sequence
See original GitHub issueIs there expected to be any deterministic sort order with the scraped metrics when using:
ScrapeHandler.Process(registry, memoryStream);
it appears that related metrics (i.e. with similar names) do not sort together and I may have seen the sort order change from scrape to scrape.
is this expected?
I will work on a PR with a unit test demonstrating this.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Operating Systems: CPU Scheduling
A scheduling system allows one process to use the CPU while another is waiting for I/O, ... Figure 6.1 - Alternating sequence of...
Read more >A Deterministic Model of Concurrent Computation for Reactive ...
While actors provide a more disciplined model for concurrency than threads, their interactions, if not constrained, admit nondeter- minism. As a ...
Read more >Fully Sequential Procedures for Large-Scale Ranking-and- ...
that the proposed procedures can take advantage of multiple parallel processors and solve large-scale R&S problems. Keywords-, fully sequential procedures; ...
Read more >MediaCodec
The metric used to choose these targets is the VMAF (Video Multi-method Assessment Function) with a target score of 70 for selected test...
Read more >Fundamental Limits of Cyber-Physical Systems Modeling
This article examines the role of modeling in the engineering of cyber-physical systems. It argues that the role that models play in engineering...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@davidalpert the changes were merged into master, you can try it via the my-get package, or wait for next rc or release package.
It’s available via Metrics.DefaultCollectorRegistry
We were trying to localize all static objects in Metrics class.