{"id":26057674,"url":"https://github.com/wavefronthq/grafana-wavefront-datasource","last_synced_at":"2025-08-01T08:02:35.200Z","repository":{"id":48650333,"uuid":"88657153","full_name":"wavefrontHQ/grafana-wavefront-datasource","owner":"wavefrontHQ","description":"A Grafana Datasource plugin Wavefront. Allows Wavefront to the backend for your Grafana dashboards.","archived":false,"fork":false,"pushed_at":"2023-12-08T06:06:42.000Z","size":106,"stargazers_count":6,"open_issues_count":4,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T05:06:56.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavefrontHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-18T18:24:32.000Z","updated_at":"2021-07-15T20:30:20.000Z","dependencies_parsed_at":"2022-09-01T13:10:39.379Z","dependency_job_id":null,"html_url":"https://github.com/wavefrontHQ/grafana-wavefront-datasource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fgrafana-wavefront-datasource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fgrafana-wavefront-datasource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fgrafana-wavefront-datasource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fgrafana-wavefront-datasource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavefrontHQ","download_url":"https://codeload.github.com/wavefrontHQ/grafana-wavefront-datasource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345265,"owners_count":21088244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-03-08T11:58:19.417Z","updated_at":"2025-04-11T05:07:04.804Z","avatar_url":"https://github.com/wavefrontHQ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wavefront Datasource Plugin for Grafana\n\nThis plugin enables [Wavefront](https://www.wavefront.com) as a Grafana datasource supporting Grafana v6.\n\n## Development\n- `git checkout`\n- `brew install node`\n- `npm install`\n- Update files\n- `npm run build`\n\n## Installation\n- Copy the dist folder to your grafana plugin directory (ie: `/usr/local/var/lib/grafana/plugins/wavefront-datasource`)\n- Restart grafana \n\n\n## Adding Datasource via CLI\n```json\ncurl  -H \"Content-Type: application/json\" --user admin:admin 'http://localhost:3000/api/datasources' -X POST -d  '{\"name\":\"wavefront\",\"type\":\"wavefront-datasource\",\"url\":\"https://try.wavefront.com\",\"access\":\"direct\",\"jsonData\":{\"wavefrontToken\":\"TOKEN_GOES_HERE\"},\"secureJsonFields\":{}}'\n```\n\n## Datasource support\n- Use graphical query builder, or text editor mode to create Wavefront Query Language expressions\n- Supports dashboard variables using Grafana standard syntax: `$varname` or `[[varname]]`\n- Supports dashboard templating via variables\n- Supports dynamic variables list via queries\n- Known limitations of dashboard variables:\n\t- Multi-mode is only supported when variable is used for templating (repeat rows / charts)\n\t- All mode (blank) is supported when variable is used for templating (repeat rows / charts)\n\t- All mode with `*` for value, when variable is used within a query\n\t- Value groups/tags is not supported via Grafana interface. Use query instead.\n- Dashboard variable query syntax:\n\t- *metric* lists: `metrics: ts(...)`\n\t- *source* lists: `sources: ts(...)`\n\t- *source tag* lists: `sourceTags: ts(...)`\n\t- *matching source tag* lists: `matchingSourceTags: ts(...)`\n\t- *tag name* lists: `tagNames: ts(...)`\n\t- *tag value* lists: `tagValues(\u003ctag\u003e): ts(...)`\n\t- The `s` at the end of each query type is optional\n\t- Support for all lowercase. You can use `tagnames` or `tagNames`, but not `TAGNAMES`.\n\t- whitespaces around the `:` is optional\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fgrafana-wavefront-datasource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavefronthq%2Fgrafana-wavefront-datasource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fgrafana-wavefront-datasource/lists"}