opentelemetry-dotnet/samples/Exporters/Console
Mikel Blanchard 9298e0ef3f
Redis instrumentation with ActivitySource by Eddy & Mike (#800)
* Attempting to get Redis instrumentation up and working using ActivitySource API.

* updating tests

* renaming and updating tests

* Test fixes.

* Fixed Redis net461 tests failing on connection.

* Redis integration tests and bug fixes.

* Adding tests

* Put back redis connection options.

* Updates for changes in master.

* adding comments to testRedis

* updating based on comments

* updating summary

* Switched a couple spots using string keys to constants.

* Redis integration tests

* Small tweak to the GitHub action to make it more consistent with the others.

* Made instrumentation internal. Updated README.

* rename MaxFlushInterval to FlushInterval, adding flushInterval to samples

* Removed running of non-integration tests from Redis dockerfile.

Co-authored-by: Eddy Nakamura <eddynaka@gmail.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-14 08:47:59 -07:00
..
Exporters.csproj Redis instrumentation with ActivitySource by Eddy & Mike (#800) 2020-07-14 08:47:59 -07:00
InstrumentationWithActivitySource.cs Add Probability Sampler for Activity (#702) 2020-06-02 15:03:29 -07:00
Program.cs Redis instrumentation with ActivitySource by Eddy & Mike (#800) 2020-07-14 08:47:59 -07:00
TestConsoleExporter.cs Add ForceFlush to ActivityProcessor (#788) 2020-07-09 21:50:22 -07:00
TestHttpClient.cs Remove span exporter from ConsoleExporter (#783) 2020-07-08 11:23:59 -07:00
TestJaegerExporter.cs Remove SpanExporter from Zipkin (#795) 2020-07-09 21:57:34 -07:00
TestOtlpExporter.cs Remove SpanExporter from otlp (#794) 2020-07-09 23:54:36 -07:00
TestPrometheus.cs Organize StyleCop Settings and enable StyleCop on Tests (#715) 2020-06-10 12:12:13 -07:00
TestRedis.cs Redis instrumentation with ActivitySource by Eddy & Mike (#800) 2020-07-14 08:47:59 -07:00
TestZPages.cs Organize StyleCop Settings and enable StyleCop on Tests (#715) 2020-06-10 12:12:13 -07:00
TestZipkinExporter.cs Remove SpanExporter from Zipkin (#795) 2020-07-09 21:57:34 -07:00