Skip to content

Commit

Permalink
[chore] gprc -> grpc typos (#11473)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Oct 16, 2024
1 parent 20c28ba commit 4dbbb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/otlpexporter/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion service/telemetry/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
metricPrefix = "otelcol_"
otelPrefix = "otel_sdk_"
grpcPrefix = "gprc_"
grpcPrefix = "grpc_"
httpPrefix = "http_"
counterName = "test_counter"
)
Expand Down

0 comments on commit 4dbbb90

Please sign in to comment.