alertmanager/notify/pagerduty
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
..
pagerduty.go Truncate: Be explicit on truncation of runes or bytes. 2022-11-09 17:17:42 +00:00
pagerduty_test.go Add support for reading PagerDuty secrets from files (#3107) 2022-10-14 14:55:59 +02:00