From 51289a1d8c32494a068f71d2d22192c2c5fe6ecf Mon Sep 17 00:00:00 2001
From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Date: Thu, 22 Feb 2024 07:33:20 -0700
Subject: [PATCH] [chore] Remove use of deprecated confighttp items (#31376)

---
 extension/sumologicextension/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/sumologicextension/config.go b/extension/sumologicextension/config.go
index 5e0af95c2cfb..5960302859f9 100644
--- a/extension/sumologicextension/config.go
+++ b/extension/sumologicextension/config.go
@@ -13,7 +13,7 @@ import (
 // Config has the configuration for the sumologic extension.
 type Config struct {
 	// squash ensures fields are correctly decoded in embedded struct.
-	confighttp.HTTPClientSettings `mapstructure:",squash"`
+	confighttp.ClientConfig `mapstructure:",squash"`
 
 	// Credentials contains Installation Token for Sumo Logic service.
 	// Please refer to https://help.sumologic.com/docs/manage/security/installation-tokens