[RSSAC Caucus] Some example graphs from my test implementation.

Warren Kumari warren at kumari.net
Thu Oct 28 16:34:42 UTC 2021


Overview:

[image: image.png]


Zoom in:
[image: image.png]

This is using histogram buckets of:
        UDPDuration = promauto.NewHistogramVec(
                prometheus.HistogramOpts{
                        Name:    "rssac047_test_udp_duration_seconds",
                        Help:    "Latency of UDP lookup (Sec 5.1).",
                        Buckets: prometheus.LinearBuckets(0.0, 0.005, 30),
                }, []string{"ip", "rso"})
        TCPDuration = promauto.NewHistogramVec(
                prometheus.HistogramOpts{
                        Name:    "rssac047_test_tcp_duration_seconds",
                        Help:    "Latency of TCP lookup (Sec 5.1).",
                        Buckets: prometheus.LinearBuckets(0.0, 0.005, 30),
                }, []string{"ip", "rso"})

30 buckets of 5ms each
W


-- 
Perhaps they really do strive for incomprehensibility in their specs.
After all, when the liturgy was in Latin, the laity knew their place.
-- Michael Padlipsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/56de23f5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 326903 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/56de23f5/image-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 289168 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/56de23f5/image-0003.png>


More information about the rssac-caucus mailing list