Commit Graph

23 Commits

Author SHA1 Message Date
Cijo Thomas fe24768521
fix spec repo links to main branch (#1746) 2021-01-29 12:07:34 -08:00
Vishwesh Bankwar 01dc04710a
Make Jaeger Exporter class and constructor public (#1644)
* Make Jaeger Exporter class and constructor public

* resolving PR comments: reverting TTransport change

* updated changelog

Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-12-08 12:00:38 -08:00
Mikel Blanchard 1bab62cb71
Exporter spec fixup 2 (#1620)
* Jaeger & Zipkin status enums are now uppercase. Zipkin error tag is an empty string.

* Updated CHANGELOGs.

* Attempting to fix build.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-27 18:43:29 -08:00
Mikel Blanchard d3edc476e7
Exporter spec updates. (#1609)
* Exporter spec updates.

* CHANGELOG updates.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-23 10:24:35 -08:00
Austin Tan dc3752f55d
Jaeger exporter options (#1584)
* Changes to exporter to include option

* Update to APIs

* Updating changelog

* Fix markdownlint, blank line missing
2020-11-18 15:07:00 -08:00
Mikel Blanchard 932c2587d2
Status Improvements (#1579)
* Send StatusCode as a string. Send error flag in Zipkin & Jaeger when StatusCode == Error.

* Missed one spot.

* Removed code setting otel.status_description to http status description.

* Unit test fixup.

* Update CHANGELOG.

* Updated http instrumentation CHANGELOG.

* Code review.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-17 23:39:28 -08:00
Cijo Thomas 5dc3b11568
Release for RC1 (#1577) 2020-11-17 21:07:10 -08:00
Alan West fd812eea04
Remove ServiceName from JaegerExporterOptions (#1572)
* Remove ServiceName from JaegerExporterOptions

* Update changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-17 14:55:11 -08:00
Alan West 4c7d2aef33
Make ZipkinExporter and JaegerExporter internal (#1540)
* Make ZipkinExporter internal

* Make JaegerExporter internal

* Update changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-13 17:35:47 -08:00
Eddy Nakamura be72b17570
Updating Jaeger tags based on spec (#1513)
* Updating Jaeger tags based on spec

* updating changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-11 16:54:48 -08:00
Cijo Thomas 4ef3091413
Changelog update for beta8 (#1475) 2020-11-05 11:25:35 -08:00
Eddy Nakamura a8c579757d
Jaeger Process is internal (#1421)
* Jaeger Process is internal

* updating changelog
2020-10-29 11:53:49 -07:00
Cijo Thomas d2f7629670
0.7.0 Release note update (#1361)
* 0.7.0 Release note update

* s
2020-10-16 10:53:00 -07:00
Mikel Blanchard 401c111c1a
Jaeger/Zipkin Exporter Performance (#1274)
* Fixed broken ZipkinExporter benchmarks & switched to batching.

* Zipkin Exporter performance tweaks.

* Code review.

* Updated CHANGELOGs.

* Renamed maxPacketSize in JaegerExporter. Added some validation in ZipkinExporter.

* Fixed build break.

* Attempting to get 2.1 tests passing.

* Fixed messed up syntax.

* Revert build definition change.

* adding rsync in linux (again)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
2020-09-22 12:41:07 -07:00
Cijo Thomas f04fcd6297
Update changelog for 0.6.0-beta release (#1270) 2020-09-15 17:07:42 -07:00
Mikel Blanchard d8c3ea32fd
Jaeger Exporter Performance (#1254)
* Fixed broken jaeger benchmarks.

* Setting up benchmarks for improvement testing.

* Removed the double-batching going on with the Jaeger Exporter. Added in some perf improvements.

* Fixing tests.

* Porting JaegerUdpBatcher tests to JaegerExporterTests.

* Fixed some whitespace.

* Updated CHANGELOG.
2020-09-11 07:23:53 -07:00
Alan West 19f834fc82
Jaeger: Include net.peer.port in peer.service attribute (#1195)
* Include net.peer.port in peer.service attribute when applicable

* Update changelog

* Small change to if statement

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-31 20:09:58 -07:00
Cijo Thomas 57774dbb34
Update changelog with correct version released (#1200) 2020-08-28 14:46:06 -07:00
Cijo Thomas 0582ff1fed
Unreleased in changelog changed to actual version (#1198)
* Unreleased in changelog changed to actual version
2020-08-28 13:09:23 -07:00
Eddy Nakamura ee5b038540
Migrate JaegerExporter to BatchExportActivityProcessor (#1125)
* Updating Jaeger Exporter

* updating changelog
2020-08-21 08:32:53 -07:00
Cijo Thomas 7f2e672dfa
Rename UseExporter to AddExporter (#1066)
* Rename UseZipkinExporter to AddZipkinExporter

* Rename ZPages exporter extension

* rename jaeger to AddJaeger

* Otlp Exporter rename

* rename extension helper class

* Rename zpages

* comments adressed

* markdwonlint ix
2020-08-13 09:27:00 -07:00
Mikel Blanchard 9f660cc652
Send ActivityLinks to Jaeger as JaegerSpanRefType.FOLLOWS_FROM. (#970)
* Send ActivityLinks to Jaeger as JaegerSpanRefType.FOLLOWS_FROM.

* Markdown lint.

* Update CHANGELOG.md with PR link.

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Markdown lint attempt 2.

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-03 18:05:49 -07:00
Reiley Yang 2e20b4bef7
Changelog structure (#916)
* bring structure to changelog

* markdownlint
2020-07-24 10:33:02 -07:00