Hi All,
We’re using Grafana 7.0.3, and have metrics getting ingested from 500+ servers in InfluxDB via Telegraf. We have various alert rules for CPU/Memory/Mount Utilization etc and have different notification channels configured. The alerts are getting triggered as expected with appropriate message.
However, I’ve noticed the message for Telegram gets truncated. For eg. if there are 12 servers for which alert should be triggered due to some condition, in the email alert I can see all 12 servers but in the Telegram group, there are only first 6 servers.
At first I thought there could be something at Telegram end, but even via webhook, I’m able to get entire message on Telegram group. The webhook approach in our case involves some hard coded mapping and so we want to avoid that.
My question is that is there any limit for Telegram message at all? Can it be increased? If yes, can someone please direct me to any helpful doc/resource?
Thanks