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 309 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
bogdandrutu
bogdandrutu commented Mar 30, 2022

Since we upgraded to latest gaurav-nelson/github-action-markdown-link-check@1.0.14 (from 1.0.13) every time we change something in a md file with links we fail the link check, see:
https://github.com/open-telemetry/opentelemetry-collector/runs/5755269731?check_suite_focus=true

Something that may be related open-telemetry/opentelemetry-specification#2426.

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

dmitryax
dmitryax commented Mar 24, 2022

Schema should be defined as part of resource in metadata.yaml. The filed should be required

schema_version: v1.8.0

Doing that makes wrapBySchemaURLSetterConsumer function redundant, but it cannot be removed until processes scraper is migrated to the new metrics builder open-telemetry/opentelemetry-collector-contrib#7140.

good first issue comp: receiver
Max-Cheng
Max-Cheng commented Mar 25, 2022

Minimal reproduce step

1.Using Kafka to create a topic
2.Create a loggie to consume this topic by disable auto-commit
3.Create a another one loggie using same config.

Suggest

using franz-go to consume Kafka consumerGroup. When rebalance happen, loggie can using kgo.OnPartitionsRevoked to handle event of new client join/lost the group.

For example, using `CommitUncommittedO

good first issue
logamanig
logamanig commented Apr 1, 2022

Setting the maxReplicas: 2 crashes the Otel Operator. also tried explicitly set Replicas: null, still same result.

Operator starts successfully but crashes after few minutes with the following error from the log. Removing the maxReplicas solves problem

Operator Log:


{"level":"info","ts":1648778190.841319,"logger":"collector-upgrade","msg":"skipping upgrade for OpenTelemetry C
bug good first issue area:collector
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.

  • Move logic in formatStackTrace from Span into a dedicated Util/Formatter class
  • Add Backward compatib
help wanted good first issue bite sized refactoring
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
geff10
geff10 commented Mar 30, 2022

This line does not work for me in Powershell:
./bin/otelcorecol_* --config ./examples/local/otel-config.yaml

Error message: "./bin/otelcorecol_* : The term './bin/otelcorecol_*' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1

  • .
good first issue p3-low