"data_up_fcnt_retransmission"

hi guys, I’m trying to grab the data for monitoring purposes and I’m searching for “data_up_fcnt_retransmission” data
in connected InfluxDB instance, I see these info in chirpstack AS, is it possible to fetch it from InfluxDB?

This information is not exposed to the integrations but can be retrieved through the ChirpStack API.

Dear @brocaar, thanks a lot for the reply, could you please specify, how may I catch it and send to prometheus stack?

Thanks in advance!

You would need to do some coding for this. E.g.

ChirpStack log event → Your application → Prometheus

ChirpStack API → Your application → Prometheus