{"id":25050651,"url":"https://github.com/steadybit/extension-grafana","last_synced_at":"2026-01-29T12:03:46.279Z","repository":{"id":248871442,"uuid":"826290598","full_name":"steadybit/extension-grafana","owner":"steadybit","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-16T12:57:29.000Z","size":421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-17T00:14:18.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-09T12:22:53.000Z","updated_at":"2026-01-16T12:55:38.000Z","dependencies_parsed_at":"2024-07-22T08:14:12.951Z","dependency_job_id":"1abdb745-62e1-4edf-a8a3-30278d0c111b","html_url":"https://github.com/steadybit/extension-grafana","commit_stats":null,"previous_names":["steadybit/extension-grafana"],"tags_count":24,"template":false,"template_full_name":"steadybit/extension-scaffold","purl":"pkg:github/steadybit/extension-grafana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-grafana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-grafana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-grafana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-grafana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-grafana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-grafana/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-06T09:17:10.383Z","updated_at":"2026-01-29T12:03:46.274Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steadybit extension-grafana\n\nA [Steadybit](https://www.steadybit.com/) extension to integrate [Grafana](https://grafana.com/) into Steadybit.\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_grafana).\n\n## Prerequisites\n\nYou need to have a [Grafana service token](https://grafana.com/docs/grafana/latest/administration/service-accounts/#add-a-token-to-a-service-account-in-grafana). The token must have the following permissions:\n- to read alert rules\n- to read/write annotations\n\n## Configuration\n\n| Environment Variable                                          | Helm value                                | Meaning                                                                                                                    | Required | Default |\n|---------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `STEADYBIT_EXTENSION_SERVICE_TOKEN`                           | `grafana.serviceToken`                    | Grafana Service Token                                                                                                      | yes      |         |\n| `STEADYBIT_EXTENSION_API_BASE_URL`                            | `grafana.apiBaseUrl`                      | Grafana API Base URL (example: https://yourcompany.grafana.io)                                                             | yes      |         |\n| `STEADYBIT_EXTENSION_SEND_ANNOTATIONS`                        | `grafana.sendAnnotations`                 | Enable sending annotations to Grafana for experiment events                                                                | no       | `false` |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_ALERTRULE` | `discovery.attributes.excludes.alertrule` | List of Alert Rule Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | no       |         |\n\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\n\n## Installation\n\n### Kubernetes\n\nDetailed information about agent and extension installation in kubernetes can also be found in\nour [documentation](https://docs.steadybit.com/install-and-configure/install-agent/install-on-kubernetes).\n\n#### Recommended (via agent helm chart)\n\nAll extensions provide a helm chart that is also integrated in the\n[helm-chart](https://github.com/steadybit/helm-charts/tree/main/charts/steadybit-agent) of the agent.\n\nYou must provide additional values to activate this extension.\n\n```\n--set extension-grafana.enabled=true \\\n--set extension-grafana.grafana.serviceToken=\"{{SERVICE_TOKEN}}\" \\\n--set extension-grafana.grafana.apiBaseUrl=\"{{API_BASE_URL}}\" \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-grafana/blob/main/charts/steadybit-extension-grafana/values.yaml) of the\nextension.\n\n#### Alternative (via own helm chart)\n\nIf you need more control, you can install the extension via its\ndedicated [helm-chart](https://github.com/steadybit/extension-grafana/blob/main/charts/steadybit-extension-grafana).\n\n```bash\nhelm repo add steadybit-extension-grafana https://steadybit.github.io/extension-grafana\nhelm repo update\nhelm upgrade steadybit-extension-grafana \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set grafana.serviceToken=\"{{SERVICE_TOKEN}}\" \\\n    --set grafana.apiBaseUrl=\"{{API_BASE_URL}}\" \\\n    steadybit-extension-grafana/steadybit-extension-grafana\n```\n\n### Linux Package\n\nThis extension is currently not available as a Linux package.\n\n## Extension registration\n\nMake sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to\nthe [documentation](https://docs.steadybit.com/install-and-configure/install-agent/extension-registration) for more\ninformation about extension registration and how to verify.\n\n## FAQ\n\n### The extension-grafana is unauthorized to fetch data from grafana (status code 401)\n\nDo you provide the service account token to the extension ? Does the token still exists on Grafana ?\n\n_warning: If you want the service account token to survive a Grafana pod deletion or restart, you need to [persist the Grafana data in a DB](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#database)._\n\n## Version and Revision\n\nThe version and revision of the extension:\n- are printed during the startup of the extension\n- are added as a Docker label to the image\n- are available via the `version.txt`/`revision.txt` files in the root of the image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-grafana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-grafana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-grafana/lists"}