Draft
Conversation
3 tasks
46ab36f to
bbf65b9
Compare
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
bbf65b9 to
427e1f2
Compare
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add InfluxDB Plugin Support for Perses
Summary
This pull request introduces comprehensive support for InfluxDB datasources in Perses. The new plugin enables connections to both InfluxDB v1.8 and v3 instances with full support for direct and proxy-based connections, schema validation, and time series queries. The additional Flux support for InfluxDB 1.8 and InfluxDB 2 is out of the scope and not tested.
Motivation
InfluxDB is a widely-used time series database, and this plugin provides Perses users with seamless integration for building dashboards and exploring metrics stored in InfluxDB. The dual-version support ensures compatibility with both legacy (v1.8) and modern (v3) InfluxDB deployments.
Major Changes
✨ New InfluxDB Plugin Package
A completely new plugin package has been added at
influxdb/with support for:Datasources
InfluxDB v1.8 Datasource (
InfluxDBV1Datasource)InfluxDB v3 Datasource (
InfluxDBV3Datasource)Queries
InfluxDBTimeSeriesQuery)Features
✅ Breaking Changes
None. This is a new feature addition that doesn't affect existing functionality.
Related Issues
Enables InfluxDB support for Perses dashboards and exploration tools