search for: cc6b

Displaying 3 results from an estimated 3 matches for "cc6b".

Did you mean: c6cb
2020 Aug 22
2
Metric label values truncated when using OpenMetrics endpoint
...result is great, I noticed that some metrics are being truncated (three dots at the end of the label value): dovecot_imap_command_duration_usecs_sum{cmd_name="FETCH",tagged_reply_state="OK",user="xxxxxxxxxxx.inbox at xxxxxxxxxxxxx?",remote_ip="XXXX:XXXX:XXXX:XXXX:cc6b:cc7a:d?"} 2346 1598055662473 I couldn't find this information in the documentation so I'm wondering if this is a bug. Thank you for your time. Regards, Daan -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/a...
2020 Aug 24
0
Metric label values truncated when using OpenMetrics endpoint
..., I noticed that some metrics are being truncated > (three dots at the end of the label value): > > dovecot_imap_command_duration_usecs_sum{cmd_name="FETCH",tagged_reply_state="OK",user="xxxxxxxxxxx.inbox at xxxxxxxxxxxxx?",remote_ip="XXXX:XXXX:XXXX:XXXX:cc6b:cc7a:d?"} 2346 1598055662473 > > I couldn't find this information in the documentation so I'm wondering if > this is a bug. Hm. The submetric names are truncated to 32 bytes because nobody will ever want metrics bigger than that. ;) Obviously, we need to revisit that decis...
2020 Aug 25
2
Metric label values truncated when using OpenMetrics endpoint
...t, I noticed that some metrics are being truncated > (three dots at the end of the label value): > > dovecot_imap_command_duration_usecs_sum{cmd_name="FETCH",tagged_reply_state="OK",user="xxxxxxxxxxx.inbox at xxxxxxxxxxxxx?",remote_ip="XXXX:XXXX:XXXX:XXXX:cc6b:cc7a:d?"} 2346 1598055662473 > > I couldn't find this information in the documentation so I'm wondering if > this is a bug. Hm. The submetric names are truncated to 32 bytes because nobody will ever want metrics bigger than that. ;) Obviously, we need to revisit that decisi...