Commit Graph

14 Commits

Author SHA1 Message Date
Piotr Kiełkowicz b51a767c8a
Drop support for Jaeger exporter (#1896) 2023-01-04 16:26:15 -08:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Piotr Kiełkowicz 277717a0e7
Use jaegertracing/all-in-one:1.38.1 (#1399) 2022-10-11 05:01:03 +00:00
Piotr Kiełkowicz a601669c04
Switch jaeger to OTLP in dev/examples folder (#1392) 2022-10-10 22:29:15 +00:00
Paulo Janotti 83ed4699be
Ensure ./run-example.sh adds bytecode instr. (#1383) 2022-10-10 11:31:53 +02:00
Piotr Kiełkowicz b180ac0a0a
Cleanup Examples.AspNetCoreMvc (#1067)
* bump otel/opentelemetry-collector-contrib to 0.57.2

* remove reference to OpenTelemetry.Instrumentation.StackExchangeRedis
2022-08-09 15:17:41 -07:00
Paulo Janotti e81a596053
Add metrics to example (#708)
* Add metrics to example

* Fix load settings action declaration

* Add prometheus to the supported metric exporter supported values
2022-06-02 08:52:51 -07:00
Paulo Janotti 8a466938ce
Pre-beta example fixes (#557)
* Pre-beta example fixes

* Remove legacy MongoDB (to be replace by PR #421)

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-04-19 14:50:46 -07:00
Piotr Kiełkowicz 2acd8f9d75
Bump opentelemetry-collector-contrib from 0.43.0 to 0.48.0 (#479) 2022-04-12 12:11:18 +02:00
Piotr Kiełkowicz c65a787d7f
OTLP over http/protobuf as default exporter (#351) 2022-02-10 08:32:34 +01:00
Piotr Kiełkowicz 8ddca74550
bump otel/opentelemetry-collector-contrib from 0.42.0 to 0.43.0 (#344)
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-02-03 12:00:21 -08:00
Piotr Kiełkowicz 7a771ee427
use otel/opentelemetry-collector-contrib:0.42.0 (#322)
In this version there were changes for the default location for config files.
Adding the command statement allow us to use older version of otel/opentelemetry-collector or otel/opentelemetry-collector-contrib

As a reference please check
https://github.com/signalfx/signalfx-dotnet-tracing/pull/321
https://github.com/open-telemetry/opentelemetry-collector-releases/issues/59
2022-01-19 09:21:03 -08:00
Robert Pająk d463591cdb
Make OTEL_INTEGRATIONS optional (#317)
* Do not require integrations.json

* Update dev env

* Remove another integration_methods_.empty()

* Do not require OTEL_INTEGRATION

* Fix OTEL_INTEGRATIONS default value description

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-01-18 09:29:34 -08:00
Robert Pająk e8c5fc72bc
Add development environment setup (#68)
* Add development environment setup

* Fix

* Typo

* Refine

* Refactor

* Cleanup

* Add support for .NET Framework

* cd without output

* Add QUICK_BUILD to build.sh

* Fix unbound variable error
2021-03-17 11:34:44 -07:00