Skip to content

Tags: asuresh4/opentelemetry-collector-contrib

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use same docker image in CircleCI for all jobs (#158)

Also attach to entire workspace instead of current directory.

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrace OTelCol to v0.2.10 (#157)

* Upgrace OTelCol to v0.2.10

* Updates to go.sum after rebase

* Another go.mod rebased

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Core to v0.2.8 (#146)

All changes are forced due to breaking changes done in Core v0.2.8

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Core to v0.2.7 (#139)

This brings the obsreport package and a few other changes. Use the obsreport package where appropriate.

Testing: Manual validation besides local build.

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added a for-all make target (#126)

This allows to run the same command on all Go modules in the repository.

For example, to update a single dependency in all modules, one can run:

> make for-all CMD='go get github.com/[email protected]'

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Collector core dependency to v0.2.4 (#111)

v0.0.4

Toggle v0.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update to latest OpenTelemetry core (#106)

This fixes recent inconsistent changes made to the jaeger receiver.

open-telemetry/opentelemetry-collector#510

v0.0.3

Toggle v0.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update opentelemetry-collector dep (#105)

v0.0.2

Toggle v0.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added missing docker login to CI publish job (#103)

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update core to v0.2.2 (#94)

Updated github.com/open-telemetry/opentelemetry-collector dependency to v0.2.2.

This required changes to components since v0.2.2 has breaking changes in
component interfaces. All components are updated as needed.