Commit Graph

9 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 5284642ae1
Add Elasticsearch traces instrumentations (#1890) 2023-01-04 11:24:53 +00:00
Rasmus Kuusmann 948cd89eb0
Bump fmt to 9.1.0 (#1822)
* bump fmt to 9.1.0

* update windows fmt & spdlog

* fix fmt install type (static)

* Add native dependencies doc

* separate spdlog inclusions
2022-12-16 09:03:19 -08:00
Robert Pająk 773dce6bda
Release 0.5.0 (#1649)
* Update releasing

* Add ASPNETCORE_HOSTINGSTARTUPASSEMBLIES to envvars.sh

* Fix plugin publish in examples
2022-11-24 14:26:23 +01:00
Robert Pająk a18f13dadf
Remove support for System.Data.SqlClient trace instrumentation (#1624) 2022-11-16 15:07:22 +01:00
Piotr Kiełkowicz eae60012f0
MassTransit 8.0+ tracing instrumentation (#1412) 2022-10-13 10:03:34 +02:00
Piotr Kiełkowicz 116285af55
Prettify tables in internal/config.md (#1286) 2022-09-28 10:00:06 +02:00
Chris Ventura 5ef5d91e31
Updating instrumentation tracker for 0.3.0-beta plans (#1029)
Updating instrumentation tracker for 0.3.0-beta plans.
2022-08-02 18:10:21 -07:00
Chris Ventura 272ffe80f9
Add doc for instrumentation library support discussion (#931) 2022-07-19 06:08:58 +00:00
Zach Montoya 8ec1d72cc1
Configuration Cleanup for beta release (#495)
* First pass at documentation cleanup. This may be too aggressive, but I'm happy to discuss. Key changes include:
- Remove public documentation of settings primarily geared toward repo authors
- Split up exporter configurations into smaller sections and redirect to the SDK for all environment variables handled by the SDK.
- Split up the .NET CLR Profiler table into two tables so it's very clear for users to copy/paste environment variable names

* Apply suggestions from code review

Commit Fabrizio's suggestions

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Add a new file docs/internal/config.md to document configuration settings that are not public-facing

* Combine the .NET Framework and .NET Core environment variable tables again but with improved environmnent variable keys

* Update table columns from "Default" to "Default value" based on feedback

* Add important environment variables to each exporter and add disclaimer about OTEL_EXPORTER_OTLP_PROTOCOL defaulting to protobuf

* Update docs/internal/config.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Attempt to fix most markdown issues

* Slight modifications to hopefully pass the linter

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-20 15:41:04 -07:00