Merge pull request #40671 from vmihailenco/chore/uptrace

chore: add Uptrace tool and go-clickhouse client
This commit is contained in:
Alexey Milovidov 2022-08-26 21:11:16 +03:00 committed by GitHub
commit eac54c0375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ClickHouse Inc does **not** maintain the libraries listed below and hasnt don
- [chconn](https://github.com/vahid-sohrabloo/chconn)
- [mailrugo-clickhouse](https://github.com/mailru/go-clickhouse)
- [golang-clickhouse](https://github.com/leprosus/golang-clickhouse)
- [uptrace/go-clickhouse](https://clickhouse.uptrace.dev/)
- Swift
- [ClickHouseNIO](https://github.com/patrick-zippenfenig/ClickHouseNIO)
- [ClickHouseVapor ORM](https://github.com/patrick-zippenfenig/ClickHouseVapor)

View File

@ -196,6 +196,18 @@ Features:
The client is available for instant usage through github pages: https://metrico.github.io/clickhouse-mate/
### Uptrace {#uptrace}
[Uptrace](https://github.com/uptrace/uptrace) is an APM tool that provides distributed tracing and metrics powered by OpenTelemetry and ClickHouse.
Features:
- [OpenTelemetry tracing](https://uptrace.dev/opentelemetry/distributed-tracing.html), metrics, and logs.
- Email/Slack/PagerDuty notifications using AlertManager.
- SQL-like query language to aggregate spans.
- Promql-like language to query metrics.
- Pre-built metrics dashboards.
- Multiple users/projects via YAML config.
## Commercial {#commercial}