Tyler Yahn
|
f995380e58
|
Unify api/label and api/kv in new label package (#1060)
* Move `api/label` to `label`
* Move `api/kv` package contents into `label` package
* Unify label package name
* Move `api/internal/rawhelpers.go` to `internal`
* Propagate replacing `api/kv` with `label` pkg
* golint
* Fix over-aggressive change
* Update Changelog
|
2020-08-17 20:25:03 -07:00 |
|
Tyler Yahn
|
d99ac0993e
|
Remove sub-package value from kv (#968)
* Remove sub-package value from kv
* Update refs to `go.opentelemetry.io/api/kv/value`
* Update Changelog
|
2020-07-24 12:25:27 -07:00 |
|
Sam Xie
|
659aac3275
|
Prevent panic while parsing tags
|
2020-06-10 17:03:26 +08:00 |
|
Sam Xie
|
4b8f8b90dc
|
Remove WithDisabledFromEnv from NewRawExporter
|
2020-06-10 11:36:25 +08:00 |
|
Sam Xie
|
fe65825510
|
Use EnvStore to recover environment variables in testing
|
2020-06-10 11:10:17 +08:00 |
|
Sam Xie
|
e2ab0e0b98
|
Use environment variables as default options
|
2020-06-10 11:10:17 +08:00 |
|
Sam Xie
|
11032a87f8
|
Add license header
|
2020-06-10 11:10:17 +08:00 |
|
Sam Xie
|
d8d7b41695
|
Add environment variables for jaeger exporter
Handle these environment variables: JAEGER_SERVICE_NAME, JAEGER_DISABLED, JAEGER_TAGS, JAEGER_ENDPOINT, JAEGER_USER, JAEGER_PASSWORD
|
2020-06-10 11:10:17 +08:00 |
|