Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Jan 24, 2024
1 parent d9c9485 commit dea6edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .chloggen/otlpreciever-http-response-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ change_type: bug_fix
component: receiver/otlp

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

# One or more tracking issues or pull requests related to the change
issues: [9357]
Expand Down
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/otlphttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"mime"
"net/http"

"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
spb "google.golang.org/genproto/googleapis/rpc/status"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/errors"
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/logs"
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/metrics"
"go.opentelemetry.io/collector/receiver/otlpreceiver/internal/trace"
Expand Down

0 comments on commit dea6edb

Please sign in to comment.