Commit Graph

23 Commits

Author SHA1 Message Date
Timothy Mothra 55556af592
fix analysis issues: CA2000 (#4038) 2022-12-22 13:59:59 -08:00
Utkarsh Umesan Pillai 39c7c60a8a
Remove unnecessary usings from exporters, extensions, and shim tests (#4027) 2022-12-20 19:12:40 -08:00
Alan West 4e6d073672
Exporting tags consistently (#3281) 2022-05-26 18:55:54 -07:00
Travis Illig 7ed97be908
Fix analyzers (#3053) 2022-04-01 07:46:32 -07:00
Yun-Ting Lin 1962073db1
[Part2] Support Activity Status and status description in Jaeger Exporter. (#3073) 2022-03-24 06:53:37 -07:00
Michael Maxwell 247c033b3b
Jaeger Span Duration - Microsecond Level Precision (#2814) 2022-01-27 08:16:09 -08:00
Utkarsh Umesan Pillai 4323c93e14
Refactor UnitTests (#2212)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-29 16:56:36 -07:00
Mikel Blanchard 8cda9ef394
Status & error flag updates to match spec (#1655)
* Status & error flag updates to match spec.

* CHANGELOG updates.
2020-12-14 15:39:25 -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
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
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
Mikel Blanchard ddac284e53
Updated Jaeger & Zipkin exporters to check for default activity.ParentSpanId (#1433)
* Updated Jaeger & Zipkin exporters to check for default activity.ParentSpanId.

* Tabs are less filling, but spaces taste great.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-02 10:07:41 -08:00
Mikel Blanchard 6633dc846e
Fixed a couple bugs in Jaeger Exporter. (#1310) 2020-09-26 09:38:40 -07:00
Eddy Nakamura c7429d25c9
Normalizing format (#1289)
updating gitattributes

updating

updating

updating

Revert "Normalizing format"

This reverts commit b571e430a73f65605481ef0a622a372bc8a787ae.

Updating everything to utf-8

applying lf

Revert "applying lf"

This reverts commit a54947f24ba69eecc931525f2a69647040fdc28d.

updating config

Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-09-19 09:45:29 -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 f679960e03
Update diagnosticsource to rc1 (#1203)
* Step1 of updating to Rc1 of diagnostic source

* Update parent.spanid to parent.traceid as traceid will be default for root.

* add samplingatributes to activity tags

* updating to isremote=true

* updating tests

* changelogs

Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
2020-08-31 17:22:45 -07:00
Eddy Nakamura c10c39fa75
Updating Exporters to understand the array of primitives (#1012)
* Updating Exporters to understand the array of primitives

code review - 1

updating tests

* updating tests

* code review - 2

* code review - 3
2020-08-05 12:39:13 -07:00
Cijo Thomas d2c93610e8
Update to preview 8 of DiagnosticSource and associated changes - part1 (#954)
* Initial make build fix commit

* change Link public API to accept ActivityTagsCollection

* Add more SetAttribute overload to support int bool float and bool

* changelog

* Replace AddTag with SetTag in Activity

* disable a test for temporary progress

* reformat

* url fix

* Update Diagnosticourcepackage

* version fix

* ActivityTagsCollection

* console exporter fix

* one basic test

* minor
2020-08-03 11:25:24 -07:00
Eddy Nakamura 595f8c2379
Cleaning Jaeger Exporter (#832)
Updating tests

removing JaegerConversionExtensions

renaming methods

Fixed up Jaeger unit tests and status code helper.

removing unused references
2020-07-17 08:07:29 -07:00
Paulo Janotti 8ed37a6f59
Organize StyleCop Settings and enable StyleCop on Tests (#715)
* Enable StyleCop rules for Test projects

This enables most of the StyleCop for test projects cleaning up any
errors as appropriate.

* Enable StyleCop rules for Test projects

This enables most of the StyleCop for test projects cleaning up any
errors as appropriate.

* Add line break at end of ruleset files

* Correct multi-line parameter after rebase
2020-06-10 12:12:13 -07:00
Cijo Thomas c7333e49fe
Update to newer build of diagnosticsouce (#718) 2020-06-09 12:23:59 -07:00
Paulo Janotti cab77a9bef
Add a Jaeger Activity Exporter (#693)
* Add a Jaeger Activity Exporter

* Fix a comment and code doc

* Fix code doc
2020-05-23 06:10:36 -07:00