* 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>
* Added UnitTests for Logs
* Added unit test for BatchExportProcessor for Logs
* Update LogLevels test
* Update the description for RecordOnly and RecordAndSample
* Addressed PR comments
* Addressed PR comments
* Addressed PR comments
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Set Filter description to describe what the filter allows instead of what is filtered out
* adjust line length
* clarify: it doesn't collect telemetry for request
* clarify example comment
* adjust line length
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Listen to MDS EvenSource as well
* Use SqlEventSourceListener on NETFRAMEWORK only
Separate SqlClientInstrumentationOptions for netcore and netfx.
Upgrade MDS nuget to the newer version that actually uses the new
EventSource name.
Don't reference the diagnostic listener from the sql even source code.
* Better comments
* CHANGELOG updates + minor code clarity
* Run EventSource tests for MDS source as well
* Default capture text to true
Capturing doesn't depend on commandtype.
* Update readme for new SetStatementText behavior
* Minor md formatting fix
* Default command text capture to false
* Markdown cleanup
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Updated docs for logs
* Remove extra space
* Corrected the propertyname to TargetFrameworks
* Updated TargetFrameworks property
* Addressed PR comments
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Default value for `Endpoint`; Usage instruction
* Update README.md
* Update src/OpenTelemetry.Exporter.Zipkin/README.md
Co-authored-by: Reiley Yang <reyang@microsoft.com>
* Endpoint default is localhost
* remove line number link (due to fragility with future changes)
* set default in docs to HTTP (not https) to match implementation
ref aec8a7df7c/src/OpenTelemetry.Exporter.Zipkin/ZipkinExporterOptions.cs (L43)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Adding new options to the ReadMes
* Remove spaces for markdownlint
* Updating link to better represent processors
* Zipkin clarifying processor name - about to update Jaeger and Otlp
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* base exporter to exporting processor
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Enable Batch or Simple exporter in Otlp
* Updating api metadata
* Correction to comment
* Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
* Change PrometheusRouteBuilderExtensions namespace to Microsoft.AspNetCore.Builder
* Change ConsoleExporterLoggingExtensions namespace to OpenTelemetry.Logs
* Change namespace in example app
* Change namespace of extension methods for InMemoryExporter
* Change ResourceBuilderExtensions namespace to OpenTelemetry.Resources
* Add comment for extension methods not contained in namespace of type they are extending
* Update comment
* Update changelog
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* 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>
* Added Activity.IsRecorded check for Export
* Updated CHANGELOG.md
* Remove extra space
* Add unit tests to check for Activity.IsRecorded for ExportProcessor
* Updated CHANGELOG.md
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Remove ServiceName from OtlpExporterOptions
* Update PublicAPI
* Update changelog
* Add back default service name when resource does not have service.name
* Fix test
* Fix examples post merge
* Attempting to improve the Resource API.
* XML comment change.
* Updated Resource API based on feedback.
* CHANGELOG update.
* Tweaked variable name.
* CHANGELOG updates.
* Removed OtelEnvResourceDetector from default Resource. Fixed some XML comments.
* Past tense fix for CHANGELOG.
* CHANGELOG formatting.
* Removed the ability to change the environment variable name for OtelEnvResourceDetector.
* Updates for recent refactors.
* Code review.
* Example updates.
* Cleanup.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Most of the common props stuff
* remove coverlet from Zpages Test
* Clean up other mention of coverlet in comment
* Moving appropriate package versions to nonprod
* Common.props removal of packagevers
* reverting some changes to a grpc package
* Fixing tabs and adding one more packagae referecne
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
* Mark activity extensions as internal
* format
* test proj adjustments
* more cleanups
* temporarily remove benchmark. this should be brought back after splitting the project into multiple projects
* fix w3ctracecontext tes
* fix grpctest refs
* Update src/OpenTelemetry.Api/CHANGELOG.md
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>