-
@GreptimeTeam/db-approver
New failure: https://github.com/GreptimeTeam/greptimedb/actions/runs/11733509838
-
Currently, the RustlsConfig can be configured with a fallback RustlsCertificate whose key and cert are preloaded bytes.
In reality, key and cert files can be updated periodically. Requiring a resta…
-
You may find the roadmap blog at https://greptime.com/blogs/2024-02-29-greptimedb-2024-roadmap.
## Overview
This roadmap outlines the objectives our team is pursuing and the visions we harbor fo…
-
A document change request is generated from https://github.com/GreptimeTeam/greptimedb/pull/4859
-
https://github.com/GreptimeTeam/greptimedb/pull/4807
-
### What type of enhancement is this?
API improvement, User experience
### What does the enhancement do?
From [Wikipedia](https://en.wikipedia.org/wiki/Primary_key), the primary key uniquely specif…
-
Motivations: greptimedb has done an excellent job in error handling, see: https://greptime.com/blogs/2024-05-07-error-rust
Shall we adopt some ideas from it?
-
In [Quick Start](https://docs.greptime.com/getting-started/quick-start/), the query:
```sql
SELECT
ts,
api_path,
log
FROM
app_logs
WHERE
matches(log, 'timeout');
```
shows re…
-
### What type of enhancement is this?
Tech debt reduction, User experience
### What does the enhancement do?
The GreptimeDB already supports JSON type via SQL statements.
But gRPC protocol doesn't…
-
## Background
When starting a greptimedb cluster, we always want to observe it through metrics and visualize them using Grafana. The [doc](https://docs.greptime.com/user-guide/operations/monitoring…
zyy17 updated
7 months ago