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

Agent label reporting incorrect version of exporter #173

Open
chmking opened this issue Jul 25, 2019 · 0 comments
Open

Agent label reporting incorrect version of exporter #173

chmking opened this issue Jul 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@chmking
Copy link

chmking commented Jul 25, 2019

Please answer these questions before submitting a bug report.

What version of the Exporter are you using?

0.12.4

What version of OpenCensus are you using?

0.22.0

What version of Go are you using?

1.12.4

What did you expect to see?

g.co/agent: opencensus-go 0.22.0; stackdriver-exporter 0.12.4

What did you see instead?

g.co/agent: opencensus-go 0.22.0; stackdriver-exporter 0.10.0

It looks like this is hardcoded to 0.10.0 in stats.go.

const (
	maxTimeSeriesPerUpload    = 200
	opencensusTaskKey         = "opencensus_task"
	opencensusTaskDescription = "Opencensus task identifier"
	defaultDisplayNamePrefix  = "OpenCensus"
	version                   = "0.10.0"
)

var userAgent = fmt.Sprintf("opencensus-go %s; stackdriver-exporter %s", opencensus.Version(), version)
@chmking chmking added the bug Something isn't working label Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant