Commit Graph

10 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 82b5624d8b
Bump OpenTelemetry to 1.6.0 (#2925)
* Bump OpenTelemetry from 1.5.1 to 1.6.0

Bumps [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.5.1 to 1.6.0

Bumps [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Exporter.Zipkin from 1.5.1 to 1.6.0

Bumps [OpenTelemetry.Exporter.Zipkin](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.Zipkin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Extensions.Propagators from 1.5.1 to 1.6.0

Bumps [OpenTelemetry.Extensions.Propagators](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Extensions.Propagators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Api from 1.5.1 to 1.6.0

Bumps [OpenTelemetry.Api](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Exporter.Console from 1.5.1 to 1.6.0

Bumps [OpenTelemetry.Exporter.Console](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.5.1...core-1.6.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump OpenTelemetry.Shims.OpenTracing from 1.5.0-beta.1 to 1.6.0-beta.1

* Cleanup OTLP protocol references

* Fix OpenTracing Shim integration

* Bump OpenTelemetry.Exporter.Prometheus.HttpListener to 1.6.0-rc.1

* Changelog + documentation

* Fix Quartz and MassTransit tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 10:53:07 +02:00
Mateusz Łach f621dec002
Document how to add custom metrics (#2350) 2023-03-21 08:32:53 +00:00
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Robert Pająk 0d0d95273e
Document newly supported env vars (#1675)
* OTEL_METRIC_EXPORT_TIMEOUT

* OTEL_BSP_*

* Fix default for OTEL_EXPORTER_JAEGER_ENDPOINT

* Bump Grpc.Net.Client in docs based on upstream configuration

* OTEL_*_LIMIT for otlp

* Add link to Prometheus Exporter HttpListener documentation

* Bump DiagnosticSource to 7.0.0 in docs
2022-11-28 14:12:37 +00:00
Rajkumar Rangaraj eafccb351d
Metric Exporters Prep - Rename ConfigurationKeys Variables (#657)
* Rename variables in ConfigurationKeys

* PR feedback

* PR feedback

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-05-11 06:30:51 +00:00
Rajkumar Rangaraj d3b9cd7a15
Metric Exporters Prep - Rename Environment Variables (#652)
* Rename environment variables

* Update changelog

* PR feedback
2022-05-07 07:49:39 -07:00
Piotr Kiełkowicz bb757e5f41
Spellcheck documentation (#627)
* add recomended VS Code plugin for spellcheck

* install cspell-cli

* spellcheck step for nuke and npm

* update CI step

* fix typos

* cspell configuration

* add corelib to do-net dictionary

* revert changes in OTEL_DOTNET_AUTO_FLUSH_ON_UNHANDLEDEXCEPTION
2022-04-25 10:04:54 -07:00
Piotr Kiełkowicz 8e8bda8d7d
Add markdownlint (#556) 2022-04-20 10:50:20 +02:00
Piotr Kiełkowicz 55d4d8c75a
Documentation for manual instrumentation (#478)
* Manual Instrumenation example app

* documentation scaffolding

* documentation to create manual-instrumentation

* extend examples\README.md

* fix location for ManualInstrumentations example app

* typo fix

* run-example - service name from example app name

* instruction how to execute manual instrumentation example app

* PR feedback

* Usage example

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* auto->automatic

Co-authored-by: Zach Montoya <zach.montoya@datadoghq.com>

* md link separator

* pr feedback - better link to opentelemetry.io

* pr feedback - update name in example/readme

* remove manual activitysource instrumentation from ConsoleApp

* pr feedback add requests to internal server to manualinstrumentation

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Zach Montoya <zach.montoya@datadoghq.com>
2022-04-12 22:53:22 -07:00