alertmanager/notify/victorops
gotjosh b3f50f0c84
Truncate: Be explicit on truncation of runes or bytes.
While most integrations set a limit by UTF-8 compatible characters (some like Webex) use runes - as pointed out in https://github.com/prometheus/alertmanager/pull/3132. This PR makes it explicit wether the truncation is happening at a byte or rune level.

Signed-off-by: gotjosh <josue.abreu@gmail.com>
2022-11-09 17:17:42 +00:00
..
victorops.go Truncate: Be explicit on truncation of runes or bytes. 2022-11-09 17:17:42 +00:00
victorops_test.go Add support for reading VictorOps API key from file (#3111) 2022-10-25 15:40:17 +02:00