librato / librato-services

Services for Librato Metrics
MIT License
14 stars 24 forks source link

Truncate long messages Hipchat to avoid 400 error #120

Closed akahn closed 9 years ago

akahn commented 9 years ago

For alerts with many sources in violation, error messages sometimes exceed the 10,000 character limit for Hipchat's send message API. This change truncates messages to Hipchat that would be over this limit.

chancefeick commented 9 years ago

LGTM