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 361 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 Jul 1, 2022

It would be useful to have an option in the builder to pass Go build tags, so that we can test the functionality currently behind the enable_unstable build tag. We could either have an option to pass the build tags or have an option to pass arbitrary flags to the go command.

This would also help in open-telemetry/opentelemetry-collector-contrib/issues/11867 if we want to keep the `make otel

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/

amolnater-qasource
amolnater-qasource commented Mar 22, 2022

Kibana version: 8.2 Snapshot Kibana cloud environment

Host OS and Browser version: All, All

Build details:

VERSION: 8.2.0
BUILD: 51328
COMMIT: 2a93e80574f9c1052c541bc4083a440a623899e8

Preconditions:

  1. 8.2 Snapshot Kibana cloud environment should be available.

Steps to reproduce:

  1. Login to Kibana environment.
  2. Install Elastic APM integration and
bug good first issue impact:low
mx-psi
mx-psi commented Jul 1, 2022

We currently rely on a custom main.go file to make Collector builds on CI and locally (if someone e.g. runs make otelcontribcol).

For consistency with the core repository we could keep a manifest and use the [OpenTelemetry Collector Builder](https://github.com/open-telemetry/opentelemetr

enhancement good first issue priority:p2 ci-cd
JeffPhoneix
JeffPhoneix commented Apr 15, 2022

每Pipeline实现多Sink存在的问题在于:
1 多Sink时,如何解决单个Sink写下游失败时的重试的问题?
2 多Sink时,如何解决不同Sink的不同拦截器配置的问题?业务侧可能会想要不同Sink下游的数据中有不同的Intercepter配置呢?

从代码看已经实现了 sink.Interceptor可以与Sink关联 这个特性。
是否借助这个特性其实就可以解决以上两个问题了?

问题1 的解法
retry interceptor 与特定的Sink关联,这样就可以在不同的Sink间做独立的重试。
此时比如2个Sink其中有一个的下游阻塞了,则重试行为是同一个pipeline的不同sink应该都阻塞。
Roadmap计划是做成这个效果吗?

问题2的解法
为不同的Sink指定不同的拦截器,这样就可以解决不同数据下游需要不同处理

good first issue
jpkrohling
jpkrohling commented Oct 11, 2021

The current release process includes submitting pull requests to update the operator on the Operator Hub. However, this is not really required to release the operator proper. We still want this documented there, though. This ticket is about moving that item from the release process into its own section.

good first issue
keminming
keminming commented Jun 22, 2022

Open this issue since I don’t think #1463 Is well resolved, as we don’t find a good example how to instrument function call with async callback, in most condition, I/O operation will be made in an asynchrous fashion, but it doesn’t seem to be well supported by the cpp lib.

help wanted good first issue priority:p2
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
cartermp
cartermp commented Jun 7, 2022

I was re-learning Rust last evening with aims to figure out how to write a decent Getting Started article. But I realized pretty quickly that there's some decision points to make about such an article, and I'm not equipped to make those decisions:

  • What's the best web server framework to center the guide around? E.g., what's "Flask but for Rust"?
  • As far as I can tell there's no automatic in
enhancement good first issue docs e1-hours