Subscribe to PHP Freaks RSS

Gonzalo Ayuso | Web Architect: PHP/Lumen data source for Grafana

syndicated from www.phpdeveloper.org on June 25, 2019

Today I need to integrate a third party service into Grafana. I cannot access directly to the service’s database, so I will integrate via JSON datasource. Grafana allows us to build custom data sources but in this case I don’t need to create a new one. I can use the simple JSON datasource ...