Sai Nadendla
c5d006c07a
Update Jaeger environment variables ( #1752 )
...
* Update Jaeger Environment Variables
* Update CHANGELOG
* Add Jaeger environment vars envAgentHost, envAgentPort; remove envDisabled
* Fix broken test due to setting nonexistant env var
* fix function name
* add default values for agent hostPort
* remove agentEndpoint arg
* add agent host/port options
* update client params
* add envOr function
2021-04-09 09:56:26 -07:00
IrisTuntun
23422c56df
Remove process config for Jaeger exporter ( #1776 )
...
* remove process config for Jaeger exporter
* remove process config for Jaeger exporter
* Add CHANGELOG.md back
* Add CHANGLOG.md changes back
* fill in PR number in CHANGELOG
* Update CHANGELOG.md
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-04-06 15:03:32 -07:00
Punya Biswal
ecf65d7968
Rename otel/label -> otel/attribute ( #1541 )
...
* Rename otel/label -> otel/attr
Leave the imported name alone, to avoid a large diff and conflicts
* Better import comment
* Update CHANGELOG.md
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* otel/attr -> otel/attribute
* Missed the changelog entry
* Get rid of import renaming
* Merge remaining conflicts
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-02-18 12:59:37 -05:00
Krzesimir Nowak
3d6e8b5078
Move Version function and code from global to toplevel ( #1330 )
...
* Move global code to toplevel package
* Move version function to toplevel package
* Update changelog
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-11-16 09:30:54 -08:00
José Carlos Chávez
e22a48de5a
chore: adds vanity import for files that don't have it. ( #1297 )
2020-11-04 09:10:58 -08:00
Tyler Yahn
d6dd84f6fa
Move the otel/api/global package to otel/global ( #1262 )
...
* Move otel/api/global to otel/global
* Update global package references
* Add changes to CHANGELOG
2020-10-17 10:03:48 -07:00
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
a242bd7df2
Improve memory allocation while parsing tags
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