배경
telegram으로 DB 성능 및 상태 모니터링을 하는 경우, php, python... 등으로 telegram 대화창에 메시지를 전송하는 경우 일반적으로 callbak_data에 정보를 추가하여 처리함.
callback_data로 처리를 하면 telegram 대화창에는 보이지 않지만, python에서 callbak_data를 받아서 처리 가능한 장점이 있어 많이 사용하는 것으로 보임.
이슈
callback_data에 너무 많은 정보를 전달하는 경우 일부 데이터만 전달됨
원인
callback_data에 최대로 전달할수 있는 정보는 64개의 문자로 제한됨.
참고 : https://github.com/nmlorg/metabot/issues/1
'DevOps > DB Monitoring' 카테고리의 다른 글
Telegram 채팅창에 웹브라우저(Web browser)로 message 전송 (0) | 2022.04.13 |
---|---|
[telegram bot] telegram message commands / call_back / Keyboard Button 처리 ( python, php ) (0) | 2021.09.28 |
[telegram bot] telegram bot 생성 및 python으로 message 전송 (0) | 2021.09.27 |