From f93001f53297c423b53aecd08655d714105e1a25 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:41:20 -0700 Subject: [PATCH] [chore] gprc -> grpc typos Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- exporter/otlpexporter/doc.go | 2 +- service/telemetry/metrics_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exporter/otlpexporter/doc.go b/exporter/otlpexporter/doc.go index 3f09a753285..9f87b392974 100644 --- a/exporter/otlpexporter/doc.go +++ b/exporter/otlpexporter/doc.go @@ -3,5 +3,5 @@ //go:generate mdatagen metadata.yaml -// Package otlpexporter exports data by using the OTLP format to a gPRC endpoint. +// Package otlpexporter exports data by using the OTLP format to a gRPC endpoint. package otlpexporter // import "go.opentelemetry.io/collector/exporter/otlpexporter" diff --git a/service/telemetry/metrics_test.go b/service/telemetry/metrics_test.go index 1f012b00b29..01b623d2e0b 100644 --- a/service/telemetry/metrics_test.go +++ b/service/telemetry/metrics_test.go @@ -26,7 +26,7 @@ import ( const ( metricPrefix = "otelcol_" otelPrefix = "otel_sdk_" - grpcPrefix = "gprc_" + grpcPrefix = "grpc_" httpPrefix = "http_" counterName = "test_counter" )