You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the plugin config file that we just created (config/plugins.js)
Replace the "token" fields with the tokens you created in step 3
NOTE: For more info on plugin configuration, please see: data-source
Start the service with npm start
you can stop all docker containers with npm run stop
Run docker-compose logs -f lake to check the logs and see when lake stops collecting your data. This can take up to 20 minutes for large projects. (gitlab 10k+ commits or jira 5k+ issues)
Navigate to Grafana Dashboard https://localhost:3002 (Username: admin, password: admin)
The text was updated successfully, but these errors were encountered:
We ended up doing programatic configuration with npm run configure. Since we are doing this, this ticket is no longer needed. Feel free to re-open it. :)
Here is a suggestion for substitution our current "User Setup" section:
Data Sources we Currently Support:
....insert data source chart....
For example, if you want to get an API token from GitLab, follow these directions:
gitlab
Open your favourite IDE to start editing files
Find the plugin config file that we just created (config/plugins.js)
Replace the "token" fields with the tokens you created in step 3
NOTE: For more info on plugin configuration, please see: data-source
The text was updated successfully, but these errors were encountered: