Skip to content
#

OpenTelemetry

opentelemetry logo

OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.

Here are 305 public repositories matching this topic...

pocki
pocki commented Nov 29, 2021

Requirement - what kind of business use case are you trying to solve?

Actual the windows executables (jaeger-agent.exe, jaeger-collector.exe, ...) don't have a version set. It is hard to identify the current used version and check if the actual used version is outdated.

image

Probl

help wanted good first issue
signoz
anuraaga
anuraaga commented Jun 24, 2020

I think I've had about a 10% success rate with markdownlint since it seems to get throttled by GitHub. I've heard this was an issue that should have improved, but it doesn't seem to have been and I can't find any context for that in this repo.

Perhaps switching markdownlint to a GitHub Action would work around the throttling "for free" (actions automatically have GitHub creds for the repo). Jus

help wanted good first issue release:after-ga area:miscellaneous
mx-psi
mx-psi commented Mar 22, 2022

confighttp.HTTPClientSettings.ToClient takes an id-extension map while configgrpc.HTTPServerSettings.ToServer and all the configrpc.*.To* methods take a component.Host, in all cases to support authentication.

Ideally all would be consistent by passing component.Host to all of them, although I don't want to assume this is the best solution just because it's the most used one.

cc @j

help wanted good first issue release:required-for-ga priority:p2
violette
violette commented Aug 23, 2021

In the doc page https://opentelemetry.io/docs/java/manual_instrumentation/, it would be nice if a layer could be added, using the latests dependencies, bom and inner project dependencies(api, sdk, and opentelemetry-exporters-otlp) to use the provided code.

It would be nice if the sample could provide the gradle/maven, etc. dependencies as a block to copy/paste int the https://opentelemetry.io/

tidal
tidal commented Mar 25, 2022

The method formatStackTrace should be moved from Span into a dedicated Util/Formatter class in the SDK\Common namespace since formatting stack traces is not the responsibility of a Span.

help wanted good first issue bite sized refactoring
dlouvier
dlouvier commented Jan 5, 2022

Hello,

I am trying to deploy opentelemetry-operator in GKE Autopilot (v1.21) and I am finding a weird behavior when I create a collector, the control-plane operator seems to start to create new replicaSets out of control.

  1. First I installed the latest cert-manager
  2. Enable firewall in GKE
  3. Installed the latest release of opentelemetry-operator
  4. Created a collector.

I noticed t

documentation good first issue area:collector
lalitb
lalitb commented Mar 8, 2022

This would be eventually required for

  • To support async interface between span/log processor and exporters.
  • Async IO while exporting the spans.
  • Timers to poll for Spans in BatchSpanProcessor, and metrics in PeriodicMetricReader.
  • Asynchronously collect metrics for all the instruments across all the meters ( this would be a costly operation sequentially or even using threads).

Re

good first issue
simonz130
simonz130 commented Jun 29, 2021

Currently (as of 0.7.0) NEOS tutorial that is opening up next to Cloud Shell window has 9 pages. 6 of them look similar but shorter versions of what's available in the user guide.
We want to shorten the NEOS tutorial and move details into the user guide. (Hugo static website under /website folder)

help wanted good first issue type: docs priority: p3
genemat
genemat commented Sep 13, 2021

The current Getting Started guide includes a demo that use Zipkin, Jaeger and Prometheus. I am looking for a more simpler guide. Something that would show how to send a metric(s) using a utility like CURL and seeing the metric being recorded in a local file. This would help confirm that the installation of OTEL Collector is working normally.

enhancement good first issue