From a745eedbf6062b4f0aaf9ad3b119affadb4023cb Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 4 Sep 2024 10:33:43 -0700 Subject: [PATCH] style: Rubocop --- .../lib/opentelemetry/exporter/otlp/metrics/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/util.rb b/exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/util.rb index 323ff8610..37f1896da 100644 --- a/exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/util.rb +++ b/exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/util.rb @@ -9,7 +9,7 @@ module Exporter module OTLP module Metrics # Util module provide essential functionality for exporter - module Util + module Util KEEP_ALIVE_TIMEOUT = 30 RETRY_COUNT = 5 ERROR_MESSAGE_INVALID_HEADERS = 'headers must be a String with comma-separated URL Encoded UTF-8 k=v pairs or a Hash'