iits-consulting / otc-prometheus-exporter

GNU General Public License v3.0
8 stars 1 forks source link

Fix bug where batch metrics fails because of too many metrics in request #19

Closed zeljkobekcic closed 1 year ago

zeljkobekcic commented 1 year ago

This issue has been resolved by utilising mini-batching. The input is divided into mini-batches of 500.

Resolves https://github.com/iits-consulting/otc-prometheus-exporter/issues/18