Skip to content

Commit

Permalink
Rename queued_retry experimental and inmemory implementation files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed Sep 3, 2021
1 parent 9ca46a0 commit 5326031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"go.opentelemetry.io/collector/internal/obsreportconfig/obsmetrics"
)

// queued_retry_v2 includes the code for both memory-backed and persistent-storage backed queued retry helpers
// queued_retry_experimental includes the code for both memory-backed and persistent-storage backed queued retry helpers
// enabled by setting "enable_unstable" build tag

var (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"go.opentelemetry.io/collector/internal/obsreportconfig/obsmetrics"
)

// queued_retry_v1 includes the code for memory-backed (original) queued retry helper only
// queued_retry_inmemory includes the code for memory-backed (original) queued retry helper only
// enabled when "enable_unstable" build tag is not set

type queuedRetrySender struct {
Expand Down

0 comments on commit 5326031

Please sign in to comment.