Skip to content

Commit

Permalink
add slog-clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Mar 11, 2024
1 parent a8c1c0a commit 7b422bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ _Handlers enriching log records._

_Handlers forwarding logs._

- [slog-clickhouse](https://github.com/smallnest/slog-clickhouse): Handler forwarding logs to ClickHouse.
- [slog-datadog](https://github.com/samber/slog-datadog): Handler forwarding logs to Datadog.
- [slogdriver](https://github.com/jussi-kalliokoski/slogdriver): Handler forwarding logs to Stackdriver / GCP Cloud Logging.
- [slog-fluentd](https://github.com/samber/slog-fluentd): Handler forwarding logs to FluentD.
Expand Down Expand Up @@ -126,4 +127,3 @@ _Resources documenting the creation of `log/slog`._
- [Proposal issue](https://github.com/golang/go/issues/56345)

**[⬆ back to top](#contents)**

4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ categories:
- name: Log forwarding
description: Handlers forwarding logs.
items:
- name: slog-clickhouse
link: https://github.com/smallnest/slog-clickhouse
description: Handler forwarding logs to ClickHouse.

- name: slog-datadog
link: https://github.com/samber/slog-datadog
description: Handler forwarding logs to Datadog.
Expand Down

0 comments on commit 7b422bd

Please sign in to comment.