Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/grafana-json-datasource
A data source plugin for loading JSON APIs into Grafana.
https://github.com/grafana/grafana-json-datasource
datasource grafana grafana-plugin json-api json-path
Last synced: 27 days ago
JSON representation
A data source plugin for loading JSON APIs into Grafana.
- Host: GitHub
- URL: https://github.com/grafana/grafana-json-datasource
- Owner: grafana
- License: apache-2.0
- Created: 2020-09-21T21:33:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:39:35.000Z (7 months ago)
- Last Synced: 2024-05-01T14:58:43.066Z (6 months ago)
- Topics: datasource, grafana, grafana-plugin, json-api, json-path
- Language: TypeScript
- Homepage:
- Size: 10 MB
- Stars: 261
- Watchers: 103
- Forks: 65
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JSON API data source for Grafana
> [!CAUTION]
> This plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) insteadThe Grafana JSON Datasource plugin empowers you to seamlessly integrate JSON data into Grafana. JSON is a versatile and widely used data format, and with this plugin, you can easily transform your JSON data into meaningful visualizations within Grafana dashboards.
## Documentation
For comprehensive instructions on setting up and configuring the Grafana JSON API Datasource, please consult our official [documentation](https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/).
## Contributing
We welcome and appreciate contributions from the open-source community to make this project better. Whether you want to report a bug, request a new feature, or submit code changes, please follow the guidelines below:
### Reporting issues
If you encounter a bug or have a suggestion for improvement, please check our [issues](https://github.com/grafana/grafana-json-datasource/issues) to see if a similar issue has already been reported. If not, feel free to open a new issue. When creating an issue, please provide as much detail as possible, including the version of the datasource you are using, your version of grafana and steps to reproduce the issue.
### Requesting features
If you have an idea for a new feature or enhancement, we encourage you to create an [issue](https://github.com/grafana/grafana-json-datasource/issues). This can help gather feedback and refine the proposal.
### Pull requests
If you'd like to contribute code to this project, please follow these steps:
1. Fork the repository to your GitHub account.
2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
3. Make your changes and commit them with a clear, descriptive message.
4. Push your branch to your fork: `git push origin feature-name`.
5. Create a pull request (PR) to the `main` branch of this repository. Please provide a detailed description of your changes in the PR.
6. Be prepared to address any feedback or requested changes during the review process.
7. Once your PR is approved, it will be merged, and your contribution will be part of the datasource.