Skip to content

Commit fa77168

Browse files
committed
Fix lint
1 parent f95ea63 commit fa77168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.chloggen/otlpreciever-http-response-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ change_type: bug_fix
77
component: receiver/otlp
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix bug where the otlp reciever did not properly respond with a retryable error code when possible for http
10+
note: Fix bug where the otlp receiver did not properly respond with a retryable error code when possible for http
1111

1212
# One or more tracking issues or pull requests related to the change
1313
issues: [9357]

receiver/otlpreceiver/otlphttp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import (
99
"mime"
1010
"net/http"
1111

12-
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
1312
spb "google.golang.org/genproto/googleapis/rpc/status"
1413
"google.golang.org/grpc/codes"
1514
"google.golang.org/grpc/status"
1615

16+
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
1717
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/logs"
1818
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/metrics"
1919
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/trace"

0 commit comments

Comments
 (0)