pkg/tracing
Kenjiro Nakayama ba855eb0ac
Allow to specify service name and endpoint IP respectively for zipkin tracing (#1353)
* Allow to specify service name and hostPort for zipkin tracing

This patch allows to specify service name and hostPort for zipkin tracing.

Currently the serviceName(display in the console) and
hostPort(endpoint) must be same name.
To make matters worse, the hostPort only supports `80` port.

This patch allows to specify both serviceName and hostPort. Also,
hostPort can be `IP:PORT` format for port customization.

* Fix review comments

* Remove port
2020-08-03 10:35:02 -07:00
..
config Various cleanups (#1446) 2020-06-24 14:04:28 -07:00
propagation Add tracecontextb3 HTTPFormats (#1429) 2020-06-23 10:35:27 -07:00
testing Expand the tracing package to support stackdriver. (#582) 2019-08-20 18:52:32 -07:00
http.go Add tracecontextb3 HTTPFormats (#1429) 2020-06-23 10:35:27 -07:00
http_test.go Assorted linting fixes. (#1507) 2020-07-16 05:59:33 -07:00
opencensus.go Allow to specify service name and endpoint IP respectively for zipkin tracing (#1353) 2020-08-03 10:35:02 -07:00
opencensus_test.go ConfigOptions return an error (#657) 2019-09-11 08:38:30 -07:00
sampler_test.go Expand the tracing package to support stackdriver. (#582) 2019-08-20 18:52:32 -07:00
zipkin.go ConfigOptions return an error (#657) 2019-09-11 08:38:30 -07:00
zipkin_test.go Expand the tracing package to support stackdriver. (#582) 2019-08-20 18:52:32 -07:00