1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-01 13:07:51 +02:00

579 Commits

Author SHA1 Message Date
Tyler Yahn
f736b8b0e2
Merge remote-tracking branch 'upstream/master' into oterror 2020-06-01 09:12:10 -07:00
Joshua MacDonald
86a10268b8
Minor cleanups in sdk/metric/aggregator (#781)
* Typo

* Swap order of ddsketch.New for consistency w/ histogram.New
2020-05-30 20:16:40 -07:00
Tyler Yahn
07d5f77749
Rename plugin directory to instrumentation (#779)
* Rename plugin directory to instrumentation

As per https://github.com/open-telemetry/opentelemetry-specification/pull/539

* Update package paths

* Fix tracer names in othttp instrumentation
2020-05-30 14:53:32 -07:00
Tyler Yahn
61f51b4f0e
Update Handler comments 2020-05-29 15:53:42 -07:00
Tyler Yahn
ec6512f656
Lint 2020-05-29 15:49:58 -07:00
Tyler Yahn
559606c419
Add global handler test 2020-05-29 15:34:53 -07:00
Tyler Yahn
39b4eb5806
Add global handler 2020-05-29 13:30:11 -07:00
Tyler Yahn
8e70cfb5c4
Split global.go 2020-05-29 13:04:55 -07:00
Tyler Yahn
7cccff7944
Add api/oterror package 2020-05-29 12:57:04 -07:00
Tyler Yahn
3b76c770cc
Merge pull request #775 from pjanotti/remove-spanId-from-sampling-params
Remove SpanID from sampling parameters
2020-05-28 17:55:10 -07:00
Tyler Yahn
52a0bad9e2
Merge branch 'master' into remove-spanId-from-sampling-params 2020-05-28 17:49:37 -07:00
Paulo Janotti
b3f17329c8 Remove SpanID from sampling parameters
Update code per latest spec, see:
https://github.com/open-telemetry/opentelemetry-specification/pull/621
2020-05-28 16:08:04 -07:00
Tyler Yahn
3964a36097
Merge pull request #774 from pauldthomson/master
Add application/json header for Zipkin exporter
2020-05-28 15:51:59 -07:00
Paul Thomson
6929c15957 Add application/json header 2020-05-29 06:24:22 +10:00
Tyler Yahn
49043f6f97
Merge pull request #769 from Aneurysm9/http_semantics
Integrate HTTP semantics helpers from contrib
2020-05-27 11:08:49 -07:00
Tyler Yahn
ebc7d02bef
Merge branch 'master' into http_semantics 2020-05-27 09:04:08 -07:00
Tyler Yahn
0d86a41e86
Merge pull request #770 from seslattery/minor-typo-fix-1
minor typo fix
2020-05-27 09:02:21 -07:00
Sean Slattery
f5364569c2
minor typo fix 2020-05-26 23:06:16 -07:00
Anthony J Mirabella
31096d4ebc Use standard HTTP attributes in httptrace.Extract() 2020-05-26 21:59:30 -04:00
Anthony J Mirabella
a6f6d402a2 Use HTTP attribute functions from standard package in othttp.Transport 2020-05-26 21:53:16 -04:00
Anthony J Mirabella
24741dd9f0 Use HTTP attribute functions from standard package 2020-05-26 21:18:38 -04:00
Anthony J Mirabella
90703756d4 Move HTTP request semantic convention extractors from contrib 2020-05-26 21:06:13 -04:00
Tyler Yahn
f8d53694be
Clean up tools (#762)
* Update tools go deps

gojq is used by verify_examples.sh

* Fix script name in RELEASING.md

* Remove trailing whitespace in verify_examples.sh

* Actually fix gojq in go.mod
2020-05-26 11:35:34 -07:00
Tyler Yahn
370114e9de
Merge pull request #760 from MrAlias/pre_release_v0.6.0
Prepare for releasing v0.6.0
exporters/trace/zipkin/v0.6.0 example/http/v0.6.0 exporters/metric/prometheus/v0.6.0 example/jaeger/v0.6.0 example/namedtracer/v0.6.0 example/otel-collector/v0.6.0 example/prometheus/v0.6.0 example/zipkin/v0.6.0 exporters/trace/jaeger/v0.6.0 exporters/otlp/v0.6.0 example/basic/v0.6.0 v0.6.0 example/grpc/v0.6.0
2020-05-21 15:49:30 -07:00
Tyler Yahn
a5e9204b58
Merge branch 'master' into pre_release_v0.6.0 2020-05-21 15:45:47 -07:00
Joshua MacDonald
b17a7845df
Rename Register* to New* (#761) 2020-05-21 15:42:14 -07:00
Tyler Yahn
ad37aae65c
Prepare for releasing v0.6.0 2020-05-21 12:10:12 -07:00
Tyler Yahn
d6446f0336
Merge pull request #757 from jmacd/jmacd/prom_res
Add Prometheus resource support
2020-05-21 11:59:36 -07:00
Tyler Yahn
0d3daf02b1
Merge branch 'master' into jmacd/prom_res 2020-05-21 11:55:41 -07:00
Tyler Yahn
51e57199b6
Merge pull request #758 from jmacd/jmacd/hist_search
Use []float64 for histogram boundaries, not []metric.Number
2020-05-21 11:54:05 -07:00
Tyler Yahn
49aaf53d0e
Merge branch 'master' into jmacd/prom_res 2020-05-21 11:52:06 -07:00
Tyler Yahn
afd79fbd6f
Merge branch 'master' into jmacd/hist_search 2020-05-21 11:50:48 -07:00
Stefan Prisca
7329ccc823
Change OTLP example to use syncer (#756)
* change otlp-example to use syncer

* precommit

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-05-21 11:40:11 -07:00
jmacd
4f3188ab95 Fix use of values in benchmark 2020-05-21 11:36:52 -07:00
jmacd
9d2e78ae2b Comment 2020-05-21 11:21:13 -07:00
jmacd
17b8543050 Lint 2020-05-21 11:18:47 -07:00
jmacd
2aa0f1496e Comment on linear vs binary search 2020-05-21 11:09:10 -07:00
jmacd
db993ec5cc Cleanup sort 2020-05-21 10:46:22 -07:00
jmacd
9548817e7e Add a benchmark 2020-05-21 10:45:26 -07:00
jmacd
dacebd6430 Use []float64 for boundaries 2020-05-21 10:29:03 -07:00
jmacd
079df0f97c Upstream 2020-05-21 09:54:19 -07:00
jmacd
3d2493463c Comments 2020-05-21 09:53:34 -07:00
Tyler Yahn
84a21fe9d7
Merge pull request #755 from realdave/748-prevent-panic
Ensure gRPC ClientStream override methods do not panic
2020-05-21 08:53:53 -07:00
jmacd
b63cf49bba Use sort.Search to locate histogram bucket 2020-05-21 02:08:08 -07:00
jmacd
48a8a869fe Upstream 2020-05-21 02:01:06 -07:00
jmacd
7172b30492 Add resources in the Prom tests 2020-05-21 01:38:43 -07:00
jmacd
196d7740bd Add resource support 2020-05-21 01:29:09 -07:00
jmacd
c829d3ea67 Tests pass 2020-05-21 00:36:17 -07:00
jmacd
1c8c5df4db resource.Merge uses label.MergeIterator 2020-05-21 00:33:39 -07:00
jmacd
0b5080372a Add benchmark 2020-05-21 00:19:08 -07:00