The Wayback Machine - https://web.archive.org/web/20220510063317/https://github.com/topics/ilogger
Skip to content
#

ilogger

Here are 20 public repositories matching this topic...

purkhusid
purkhusid commented Apr 8, 2022

Bug Report

If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.

The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/

bug help wanted good first issue

Improve this page

Add a description, image, and links to the ilogger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ilogger topic, visit your repo's landing page and select "manage topics."

Learn more