Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Update to Collector v0.28.0 #49

Merged
merged 2 commits into from
Jun 24, 2021
Merged

Update to Collector v0.28.0 #49

merged 2 commits into from
Jun 24, 2021

Commits on Jun 16, 2021

  1. Update to Collector v0.28.0

    Closes #48
    
    Addresses the breaking API change in
    open-telemetry/opentelemetry-collector#3163,
    besides the usual version number changes.
    
    Signed-off-by: Fangyi Zhou <me@fangyi.io>
    fangyi-zhou committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d1724a0 View commit details
    Browse the repository at this point in the history
  2. Use go mod tidy instead of go mod download

    It appears that this magically resolves the go.mod file issue.
    https://stackoverflow.com/questions/67203641/missing-go-sum-entry-for-module-providing-package-package-name
    
    Signed-off-by: Fangyi Zhou <me@fangyi.io>
    fangyi-zhou committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d6406b0 View commit details
    Browse the repository at this point in the history