Commit Graph

28 Commits

Author SHA1 Message Date
Reiley Yang b7821f7ee0
Remove zpages (#4604) 2023-06-20 18:18:12 -07:00
Tom Tan f98f8fe166
Support customized OTLP endpoint for log example (#4066)
* Support customized OTLP endpoint for log example

* Add Endpoint command line option to TestMetrics

* Fix dotnet format

Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-01-10 13:00:14 -08:00
Utkarsh Umesan Pillai c90ab4a2f2
Remove StackExchangeRedis Instrumenation (#3346)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-06-07 09:35:43 -07:00
Cijo Thomas d1ec45ce15
Add HTTP/Protobuf exporter for OTLP Logs (#3225) 2022-04-22 10:55:50 -07:00
Paulo Janotti 950c6162b4
Improvements to the OTLP trace example (#3141) 2022-04-05 22:29:11 -07:00
Cijo Thomas bac9263fa6
Prometheus example fixes (#2983) 2022-03-07 15:58:14 -08:00
Cijo Thomas bace2ce5d1
Make console examples for metrics simpler (#2981) 2022-03-07 13:35:36 -08:00
Alan West f234829964
OTLP exporter options separate out MetricReader options (#2717)
* Separate out OtlpMetricReaderOptions from OtlpExporterOptions

* Collapse config delegates into one

* Rename AggregationTemporality to Temporatlity

* Update public API

* Change parameter names

* Move MetricReaderOptions to SDK

* Default OTLP metric exporter to use a periodic metric reader and cumulative temporality

* Update example to configure exporter options

* Update public API

* Everyone loves a good stackoverflow

* Update public API

* Fix bad merge

* Change namespace

* Fix the public API

* I ❤️ trying to get the public API correct without Visual Studio

* Remove check for unspecified temporality

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-02-18 12:02:14 -08:00
Utkarsh Umesan Pillai 87f66d3845
Remove unnecessary using statements (#2727) 2021-12-14 12:56:18 -08:00
Reiley Yang 3fbf1d98df
Improve Prometheus example (#2601) 2021-11-12 11:29:26 -08:00
Cijo Thomas 6664781c76
Add OTLP LogExporter example (#2481) 2021-10-12 15:50:42 -07:00
Oleksiy Dubinin 1aa4da2098
Issue/2292 otlp http binary protobuf trace exporter (#2316) 2021-10-05 11:35:54 -07:00
Cijo Thomas 124c12afdf
Prometheus fixes (#2433) 2021-09-30 14:41:29 -07:00
Cijo Thomas 34a95c7fb2
Fix metric OTLP exporter examples (#2291) 2021-08-26 14:23:37 -07:00
Cijo Thomas 7c611c8537
Metrics to Main (#2174) 2021-07-22 07:35:38 -07:00
Utkarsh Umesan Pillai 7687edc350
Updated the endpoint to include http: (#1793) 2021-02-04 17:55:32 -08:00
Cijo Thomas f77280a2b8
Changed default port for OTLP Exporter from 55680 to 4317 (#1775) 2021-02-02 12:07:59 -08:00
Cijo Thomas 29995ec245
Remove metrics from 1.0.0 release (#1743)
* Remove metrics from 1.0.0 release

* remove docs for metrics

* public api change
2021-01-29 10:05:50 -08:00
Alan West 4e4f95bb53
OTLP exporter: use Grpc.Net.Client for netstandard2.1 (#1662)
* Use Grpc.Net.Client for netstandard2.1

* Fix AspNetCore example app

* Better comment for Http2UnencryptedSupport switch

* Update PublicAPI

* Update changelog

* Fix line endings

* Suppress instrumentation on export

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-04 11:45:21 -08:00
Utkarsh Umesan Pillai c0e27a83fd
Add example for InMemory Exporter (#1639)
* Added example for InMemory exporter

* Update examples/Console/Examples.Console.csproj

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

* Addressed the PR comments

* Fix comments

* Fix markdown

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-12-01 15:15:34 -08:00
Alan West 9e5995535f
Clean up documentation of OpenTracing shim (#1637) 2020-12-01 12:05:42 -08:00
Cijo Thomas 4385164d85
Added instructions to run console examples (#1525) 2020-11-12 12:19:07 -08:00
Utkarsh Umesan Pillai d82ab98320
Extend ConsoleExporter to add support for Logs (#1438)
* Added support for Logs; Removed disaplayAsJson option from ConsoleExporter; Added net451 as a traget framework for OpenTelemetry.Exporter.Console

* Print LogRecord exception on console

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-02 23:02:13 -08: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 d57a931b21
gRPC client and server examples (#1224)
* Add dotnet new template ASP.NET Core gRPC service

* Add Examples.GrpcService project to solution

* Submit to StyleCop's demands

* Add Open Telemetry

* Remove unused usings

* Add Grpc.Net.Client example to example Console project

* Remove comments from original template

* Fix file header

* Add exception handling when gRPC service has not been started

* Apply suggestions from code review

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

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-03 11:25:32 -07:00
Eddy Nakamura 83adf75f01
Migrate ZPagesExporter to BatchExportActivityProcessor (#1108)
* Changing Zpages processor

* updating changelog

* updating to ZPagesProcessor

* updating after merge

* adding internal reset method
2020-08-20 18:08:18 -07:00
Cijo Thomas 4b4f0e95af
More refactorings, renamings, namespace shortenings. (#886)
* Rename OpenTelemetrySdk to TracerProviderSdk. Rename OpenTelemetryBuilder to TracerProviderBuilder

* renaming

* Shorter namespace for TracerProvider

* simpler namespace.

* revert unwanted change brought by git merge

* doc changes

* remove dup
2020-07-22 16:46:45 -07:00
Eddy Nakamura c4ff8ab640
renaming from Samples to Examples (#880)
* renaming from Samples to Examples

* updating changelog

* renaming from OT.Examples.name to Examples.name
2020-07-22 09:18:56 -07:00