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 297 public repositories matching this topic...

signoz
pranay01
pranay01 commented Mar 7, 2022

Bug description

Header in Top Endpoint section overflows in browser with reduced width

Expected behavior

Header shouldn't overflow

How to reproduce

  1. Go to SigNoz dashboard metrics page with reduced browser window width
  2. Open any application
  3. Top Endpoint panel header appears overflowing

Version information

  • Signoz version: v0.7.1
  • *Browser version
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

cijothomas
cijothomas commented Mar 10, 2022

image

It looks like a good amount of time is spent on nuget restore. And majority of them from the example projects, which are not required for all the build/test pipelines. We may benefit, if examples are built in a dedicated pipeline, and ignored by other pipelines.

ecourreges
ecourreges commented Mar 7, 2022

Describe the bug
If I have a tag http.status_code >=400 and a tag error=false on my Span, a tag error=true gets added (so I now have two attributes error with one true and one false) and the overall status of the span switches to error with a tag otel.status_code = ERROR
Short story: In my app, I don't want client errors to popup as span errors, I want that only for server errors, so I s

tidal
tidal commented Nov 6, 2021

The SdkBundle documentation could use same be improvements in regards of the configuration.

  • Show how to enable/disable the SDK or parts of it in different environements (dev, staging, prod, etc.)
  • Show how to configure Resource Limits and Attributes.
  • Show how to configure different Span Samplers, especially the ParentBased Sampler and how to reference custom Samplers.
  • S
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

Airline Microservice is a managerial software which targets to control all operations of an airline. Airlines provide transport services for their passengers. They carry or hire aircraft for this purpose. All operations of an airline company are controlled by their airline management system.

  • Updated Mar 11, 2022
  • C#
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

bryan-aguilar
bryan-aguilar commented Mar 11, 2022

Describe the bug
During the release process a release/v* and main branch are updated within a very close window. With the currently concurrency rules defined in CI.yml both CI workflows will run concurrently. Since both workflows utilize resources in the same integ-test account, such as the adot-op-cluster there can be collisions which causes jobs to fail. Rerunning the workflows afte