Metric buffer overflow; 3645 metrics have been dropped
상기와 같이 오류가 나는 이유는 telegraf agent 내부에서 사용하는 버퍼가 모두 찼기 때문입니다. 아래와 같이 buffer를 늘려서 대응할 수 있습니다.
[agent]
metric_buffer_limit = 10000
관련정보
metric_buffer_limit: Maximum number of unwritten metrics per output. Increasing this value allows for longer periods of output downtime without dropping metrics at the cost of higher maximum memory usage.
github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md
반응형
'개발이야기' 카테고리의 다른 글
Blink LED - python raspberry pi 3 (0) | 2022.09.12 |
---|---|
raspberry pi의 vim에서 화살표, delete key 사용하기 (0) | 2022.09.11 |
sublime text4가 출시되었습니다. (0) | 2021.05.25 |
애드테크(ad-tech)에서 사용하는 용어 정리 (0) | 2021.03.23 |
'아파치 카프카 입문' 5시간 기술 강의 회고, 느낀점, 아쉬운점 정리. 기술강의를 준비하는 분들이 봐야할 글. (3) | 2020.06.29 |
python에서 json data다룰때 key가 존재하는지 확인하는 가장 간단한 방법 (0) | 2020.06.23 |