Getting Serverless usage metrics into grafana

Maybe I am just trash at searching on the internet and through various AI tools but I cannot seem to do what I want…

Bassicaly I would like to get the InfluxDB usage (we run it Serverless on AWS, IOX (v3 that is I believe)) into my Grafana. I know we had this running years ago (on v2 I believe) but the guy that set that up didn’t document anything on our end :frowning:

I thought it would be as easy as to load the _monitoring bucket but that seems empty… Or at least I cannot see any measurements.

Is there any way of doing this and if so could someone point me in the right direction? :folded_hands:

Hello @Folkert_ten_Kate,
Yes the monitoring bucket doensn’t have info in v3. I believe that’s just there for some backward compatibility but honestly I’m not sure. I’m asking around but honestly that bucket was just used to monitor alerts for flux tasks in v2. Usage metrics in Cloud severless exist:
organization name in the header near the top of the page > select usage from the dropdown menu > select a time range to review your data usage (the default is “Past 24h”). This page has:

There are billing info here under the org:

Outside of that I would contact support@influxdata.com.

Hello Anaisdg,

Yes I am aware they exist in the portal, I am trying to pull the information (hopefully in more detail) into our grafana for reporting purposes :slight_smile: We used to have a dashboard that showed the exact usages per bucket which was very useful when looking at where the most load is and things like that.

I guess I’ll write to support@ and see if they know if this is still possible in v3 or not.

Greetings,

Folkert