GreptimeTeam/greptimedb

Add config option to host on subpath

Open

#6,621 opened on Jul 31, 2025

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Rust (495 forks)github user discovery
C-featuregood first issue

Repository metrics

Stars
 (6,332 stars)
PR merge metrics
 (PR metrics pending)

Description

What problem does the new feature solve?

Currently I don't see an option to host greptimedb on a subpath.

For example, I configure my ingress to match example.com/monitoring/greptimedb and open example.com/monitoring/greptimedb/dashboard in my browser, I'll be redirected to example.com/dashboard which does not exist.

What does the feature do?

The feature will introduce a new subpath argument / config parameter where users can define the subpath they want to host greptimedb on.

Default will be / which means that we would have no breaking changes.

Implementation challenges

None - should be straight forward.

Contributor guide