Skip to content

Commit

Permalink
rever 2
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Jan 26, 2021
1 parent 57e0db4 commit ce1916a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/collector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func main() {
info := component.ApplicationStartInfo{
ExeName: "collector",
LongName: "Hypertrace Collector",
//Version: Version,
//GitHash: GitHash,
Version: Version,
GitHash: GitHash,
}

if err := run(service.Parameters{ApplicationStartInfo: info, Factories: factories}); err != nil {
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/hypertrace/collector
go 1.15

require (
github.com/json-iterator/go v1.1.10
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.22.5
go.opentelemetry.io/collector v0.18.0
Expand Down

0 comments on commit ce1916a

Please sign in to comment.