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

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

pavolloffay
pavolloffay commented Mar 9, 2020

Resource object attached to a span should contain service name in labels:
https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-resource-semantic-conventions.md#service

This service name could be used as Jaeger service name. The service name is a required parameter to create Jaeger GRPC exporter. We could relax this requirement and set the service to `u

Excaleo
Excaleo commented Oct 20, 2020

Is your feature request related to a problem? Please describe.
Leverage the kinesisexporter to export otlp protobuff to kinesis streams. Currently, the format is fixed to the jaegar/zipkin format. In a more general sense, we would like support for format-agnostic, where specific data formats can be published by implementing marshaller classes.

Describe the solution you'd like
Use the

nicoleczhu
nicoleczhu commented Oct 6, 2020

Renovate bot hasn't been updating Go packages. And it seems a lot of our errors in logs stem from outdated Go dependencies:

  1. Version control gopkg.lock/toml is deprecated. We should update to use Go.mod/sum. This might be why renovatebot isn't catching updates for go?

  2. A lot of errors happen in go containers during provisioning, example:

WARNING: Package "github.com/golang/protob
You can’t perform that action at this time.