Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volkovlabs/volkovlabs-timeseries-panel
Time Series panel for @grafana
https://github.com/volkovlabs/volkovlabs-timeseries-panel
grafana
Last synced: 28 days ago
JSON representation
Time Series panel for @grafana
- Host: GitHub
- URL: https://github.com/volkovlabs/volkovlabs-timeseries-panel
- Owner: VolkovLabs
- License: agpl-3.0
- Created: 2023-08-31T21:45:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:53:07.000Z (2 months ago)
- Last Synced: 2024-10-28T15:16:23.908Z (2 months ago)
- Topics: grafana
- Language: TypeScript
- Homepage: https://docs.volkovlabs.io
- Size: 1.78 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Time Series panel for Grafana
![Grafana](https://img.shields.io/badge/Grafana-11.0-orange)
![CI](https://github.com/volkovlabs/volkovlabs-timeseries-panel/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/volkovlabs-timeseries-panel/workflows/E2E/badge.svg)
[![CodeQL](https://github.com/VolkovLabs/volkovlabs-timeseries-panel/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/volkovlabs-timeseries-panel/actions/workflows/codeql-analysis.yml)## Introduction
The Time Series panel is a native Grafana panel decoupled from the core.
## Requirements
- **Grafana 10** is required for major version 1.
## Getting Started
1. Install packages
```bash
npm install
```2. Build the plugin
```bash
npm run build
```3. Sign the plugins if required
```bash
export GRAFANA_ACCESS_POLICY_TOKEN=erfdfsgfs==
npm run sign
```4. Start the Docker container
```bash
npm run start
```## Highlights
- Based on the native Time Series panel from 10.0.3.
- Allows to select a dashboard variable to automatically add to manual annotations.
- Allows to set custom scales using the datasource (Timescale) for viewers.## Support
Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment.
## License
GNU AFFERO GENERAL PUBLIC LICENSE 3, see [LICENSE](https://github.com/volkovlabs/volkovlabs-timeseries-panel/blob/main/LICENSE).