Skip to content

Commit 13bf68b

Browse files
committed
Fix unused const lint error
1 parent 0adf599 commit 13bf68b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apis/fluentbit/v1alpha2/plugins/output/open_telemetry_types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ func (*OpenTelemetry) Name() string {
5353

5454
// Params implement Section() method
5555
func (o *OpenTelemetry) Params(sl plugins.SecretLoader) (*params.KVs, error) {
56-
const ADD_LABEL = "add_label"
57-
5856
kvs := params.NewKVs()
5957

6058
plugins.InsertKVString(kvs, "host", o.Host)

0 commit comments

Comments
 (0)