Is there any way to get config data (from `ini` file) inside grafana front-end?

  • What are you trying to achieve?
    I’m trying to read grafana ini file somewhere inside grafana front-end.

I saw part of this config inside frontend API
but I don’t see all them there. Maybe there is some function or easy way to access ini file?

Thanks for help!

Hi @adamhowaniec,

Please try to use the Fetch Settings Admin API using GET /api/admin/settings as described here: Admin HTTP API | Grafana documentation