This action downloads Grizzly, adds it to the PATH then configures it.
uses: grafana/setup-grizzly@v0.1.0
with:
version: 'v0.4.0'
grafana_url: 'https://my-grafana-instance:3000'
grafana_user: admin
grafana_token: ${{ secrets.GRIZZLY_GRAFANA_TOKEN}}Required Version of Grizzly to install. Default "latest".
Optional Sets grafana.url in the configuration.
Optional Sets grafana.token in the configuration.
Optional Sets grafana.user in the configuration.
Optional Sets mimir.address in the configuration.
Optional Sets mimir.tenant-id in the configuration.
Optional Sets mimir.api-key in the configuration.
Optional Sets synthetic-monitoring.token in the configuration.
Optional Sets synthetic-monitoring.stack-id in the configuration.
Optional Sets synthetic-monitoring.metrics-id in the configuration.
Optional Sets synthetic-monitoring.logs-id in the configuration.
Optional Sets targets in the configuration.
Optional Sets output-format in the configuration.
Optional Sets only-spec in the configuration.