File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ change_type: bug_fix
7
7
component : receiver/otlp
8
8
9
9
# 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
11
11
12
12
# One or more tracking issues or pull requests related to the change
13
13
issues : [9357]
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ import (
9
9
"mime"
10
10
"net/http"
11
11
12
- "go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
13
12
spb "google.golang.org/genproto/googleapis/rpc/status"
14
13
"google.golang.org/grpc/codes"
15
14
"google.golang.org/grpc/status"
16
15
16
+ "go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
17
17
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/logs"
18
18
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/metrics"
19
19
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/trace"
You can’t perform that action at this time.
0 commit comments