Skip to content
#

telemetry

Here are 760 public repositories matching this topic...

codeboten
codeboten commented May 17, 2022

In an effort to make finding the state of each component easier, the README for each component should contain a table which includes:

  • stability level
  • supported pipelines
  • distributions which contain the component

See open-telemetry/opentelemetry-collector-contrib#10006 for an example table with embedded links:

| Status                   |           |
|
help wanted good first issue area:documentation
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
ahayworth
ahayworth commented May 11, 2022

We have a sprinkling of otel.foo kinds of tags being used throughout the codebase:

opentelemetry-ruby on  ahayworth/add-dropped-counts-zipkin-jaeger via 💎 v3.1.1
zsh ❯ git grep 'otel\.' | egrep -v '\/test\/'
exporter/jaeger/lib/opentelemetry/exporter/jaeger/encoder.rb:          tags << encoded_tag('otel.dropped_attributes_count', dropped_attributes_count) if dropped_attributes_count.p
enhancement good first issue
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