From 90557a829f7e4c5f5074fddd55237fd0bb0a5849 Mon Sep 17 00:00:00 2001 From: Jorge Creixell Date: Thu, 22 Feb 2024 10:06:24 +0100 Subject: [PATCH] Rename file for host_info connector (#6473) - This is just a cleanup from a previous refactoring - See https://github.com/grafana/agent/pull/6410 --- .../otelcol/connector/host_info/{grafanacloud.go => host_info.go} | 0 .../host_info/{grafanacloud_test.go => host_info_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename component/otelcol/connector/host_info/{grafanacloud.go => host_info.go} (100%) rename component/otelcol/connector/host_info/{grafanacloud_test.go => host_info_test.go} (100%) diff --git a/component/otelcol/connector/host_info/grafanacloud.go b/component/otelcol/connector/host_info/host_info.go similarity index 100% rename from component/otelcol/connector/host_info/grafanacloud.go rename to component/otelcol/connector/host_info/host_info.go diff --git a/component/otelcol/connector/host_info/grafanacloud_test.go b/component/otelcol/connector/host_info/host_info_test.go similarity index 100% rename from component/otelcol/connector/host_info/grafanacloud_test.go rename to component/otelcol/connector/host_info/host_info_test.go