From a6469e13ef8736dd7671f2334f627c043631b28f Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Fri, 23 Mar 2018 11:59:03 -0700 Subject: [PATCH] Update the agent label that is used for Stackdriver Trace. (#632) --- internal/internal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/internal.go b/internal/internal.go index 8907e4e3c..817274340 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -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.