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