Skip to content

[FEATURE] Add GreptimeDB datasource Plugin#628

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

[FEATURE] Add GreptimeDB datasource Plugin#628
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.

@sunchanglong sunchanglong requested review from a team, AntoineThebaud and Nexucis as code owners April 14, 2026 08:32
@sunchanglong sunchanglong requested review from shahrokni and removed request for a team April 14, 2026 08:32
@sunchanglong sunchanglong marked this pull request as draft April 14, 2026 08:48
@sunchanglong sunchanglong force-pushed the main branch 3 times, most recently from e1f572f to 4385b7e Compare April 14, 2026 08:57
@sunchanglong sunchanglong marked this pull request as ready for review April 14, 2026 09:06
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