Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Update the agent label that is used for Stackdriver Trace. #632

Merged
merged 1 commit into from
Mar 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "time"

// UserAgent is the user agent to be added to the outgoing
// requests from the exporters.
const UserAgent = "opencensus-go-v0.4.0"
const UserAgent = "opencensus-go [0.6.0]"

// MonotonicEndTime returns the end time at present
// but offset from start, monotonically.
Expand Down