The App Center Data Source for Grafana is a plug-in that allows users to build dashboards in Grafana using data from App Center.
Grafana 7.2 and later.
The Data Source requires a App Center User API Token (with Full Access) in order to connect to App Center API. This token can be generated on App Center Setting page (https://appcenter.ms/settings).
Use the grafana-cli
tool to install from the commandline:
grafana-cli plugins install thalysantana-appcenter-datasource
docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=thalysantana-appcenter-datasource" grafana/grafana
Configure the required properties:
In order to list errors, App Center requires an error group id to be informed. This can be done by creating a variable errorGroupId on the Errors dashboard, and creating a link on the Error Groups dashboard to fill this variable. Follow the steps below.
Variable creation
Link creation
I would love to hear from users, developers and the whole community interested by this plugin.
- Ask a question, request a new feature and file a bug with GitHub issues.
- Star the repository to show your support.
- Fork the repository.
- Find an issue to work on and submit a pull request
- Apache License Version 2.0, see LICENSE