Skip to content

Commit

Permalink
[exporter/otlpexporter]: remove stale comment
Browse files Browse the repository at this point in the history
This comment ended up on the wrong function over time, and it generally doesn't apply.
  • Loading branch information
andreimatei authored Jun 23, 2022
1 parent 6a5ca56 commit a3d7c99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exporter/otlpexporter/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ func (e *exporter) enhanceContext(ctx context.Context) context.Context {
return ctx
}

// Send a trace or metrics request to the server. "perform" function is expected to make
// the actual gRPC unary call that sends the request. This function implements the
// common OTLP logic around request handling such as retries and throttling.
func processError(err error) error {
if err == nil {
// Request is successful, we are done.
Expand Down

0 comments on commit a3d7c99

Please sign in to comment.