From 98b29ee8ece676c55a8aa1e6de598ba6d12eef36 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 9 Jan 2025 15:14:52 +0100 Subject: [PATCH] automatically set service name --- processor/k8sattributesprocessor/internal/kube/operator.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/processor/k8sattributesprocessor/internal/kube/operator.go b/processor/k8sattributesprocessor/internal/kube/operator.go index dc0935bd3cf4..6bcb03051081 100644 --- a/processor/k8sattributesprocessor/internal/kube/operator.go +++ b/processor/k8sattributesprocessor/internal/kube/operator.go @@ -1,4 +1,7 @@ -package kube +// Copyright The OpenTelemetry Authors +// SPDX-License-Identifier: Apache-2.0 + +package kube // import "github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor/internal/kube" import ( "regexp"