Skip to content
#

telemetry

Here are 760 public repositories matching this topic...

elvince
elvince commented Apr 8, 2022

Describe the bug
During the lifetime of my application, everything is working properly.
Once I closed it, I have a "warning" in the collector:

warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp [::1]:4317->[::1]:64933: wsarecv: Une connexion existante a dû être fermée par l’hôte distant. {"grpc_log": true}

"Une co

bug help wanted good first issue
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

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

  • Updated Jan 7, 2022
  • C
Windows-Optimize-Harden-Debloat

Fully Optimize, Harden, and Debloat Windows 10 and Windows 11 Deployments to Windows Best Practices and DoD STIG/SRG Requirements. The ultimate Windows 10 & 11 security and privacy script!

  • Updated May 6, 2022
  • PowerShell
MoralCode
MoralCode commented Apr 21, 2021

as mentioned in the UPDATING file, there are some domains in the list that represent the same domain but differ by a commonly confused character (like dashes, em dashes, and en dashes). Theres also a few that look like two characters smushed together (I think there's one like that for fi in a couple places). These are likely due to copy-paste errors or from parsing the PDF, however I want to be

help wanted good first issue

Improve this page

Add a description, image, and links to the telemetry 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 telemetry topic, visit your repo's landing page and select "manage topics."

Learn more