Skip to content

[FEATURE] Add GreptimeDB datasource Plugin#629

Open
sunchanglong wants to merge 1 commit intoperses:mainfrom
GreptimeTeam:main
Open

[FEATURE] Add GreptimeDB datasource Plugin#629
sunchanglong wants to merge 1 commit intoperses:mainfrom
GreptimeTeam:main

Conversation

@sunchanglong
Copy link
Copy Markdown

Description

This pull request adds a new GreptimeDB plugin to the plugins repository so Perses can query and visualize metrics & logs data from GreptimeDB.

The implementation covers the main GreptimeDB query workflows used in Perses dashboards:

querying time series data from GreptimeDB based on panel time range
converting GreptimeDB responses into the data format expected by Perses panels, so charts and related visual components can consume results without additional handling

A few points worth calling out for review:

GreptimeDB response data is normalized and mapped into Perses-compatible series/frames, including timestamps, values, and label dimensions
plugin schemas, SDK integration helpers, datasource configuration, query editor support, and tests are included in the same change
only files required for the GreptimeDB plugin and workspace/plugin registration were touched
This change is intended to address GreptimeDB datasource support discussed in the linked issue and related follow-up conversations.

Screenshots

Pasted Graphic 7 Pasted Graphic 8 Pasted Graphic 9 Pasted Graphic 10

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

UI Changes

  • Changes that impact the UI include screenshots and/or screencasts of the relevant changes.
  • Code follows the UI guidelines.

Signed-off-by: sun <sunchang_long@163.com>
@sunchanglong sunchanglong requested review from a team, AntoineThebaud and Nexucis as code owners April 15, 2026 02:45
@sunchanglong sunchanglong requested review from jgbernalp and removed request for a team April 15, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant