From 40ac7efe7e34a4f3a5948ed1b2a3d31d313540ec Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Mon, 6 Apr 2026 00:14:25 +0300 Subject: [PATCH] no more webhook clickhouse --- lib/logflare/backends/adaptor/webhook_adaptor.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/logflare/backends/adaptor/webhook_adaptor.ex b/lib/logflare/backends/adaptor/webhook_adaptor.ex index f24b68cf8..6d437e26f 100644 --- a/lib/logflare/backends/adaptor/webhook_adaptor.ex +++ b/lib/logflare/backends/adaptor/webhook_adaptor.ex @@ -2,7 +2,7 @@ defmodule Logflare.Backends.Adaptor.WebhookAdaptor do @moduledoc """ Backend adaptor for webhooks / HTTP posts. - A number of other adaptors (_ClickHouse, DataDog, Elastic, Loki, etc_) leverage this to handle the final HTTP transaction. + A number of other adaptors (_DataDog, Elastic, Loki, etc_) leverage this to handle the final HTTP transaction. ### Finch Pool Selection @@ -15,8 +15,6 @@ defmodule Logflare.Backends.Adaptor.WebhookAdaptor do This adaptor performs a merge on config that will prevent you from leveraging a dynamically generated URL configuration at runtime. To bypass this behavior, you can use the optional `:url_override` attribute. - - See the `Logflare.Backends.Adaptor.ClickHouseWebhookAdaptor` for an example that utilizes this. """ use GenServer