-
Updated
Feb 14, 2021 - Go
OpenTelemetry
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 125 public repositories matching this topic...
-
Updated
Feb 13, 2021 - Java
-
Updated
Feb 5, 2021 - TypeScript
After the merge of this PR: open-telemetry/opentelemetry-dotnet#1548
We should create more unit tests just like open-telemetry/opentelemetry-dotnet#1537 to validate the full behavior.
User Research
-
Updated
Feb 15, 2021 - Java
If a prometheus receiver, fails to scrape an endpoint, the output shows something like:
2021-01-12T21:11:10.496Z warn internal/metricsbuilder.go:104 Failed to scrape Prometheus endpoint {"component_kind": "receiver", "component_type": "prometheus", "component_name": "prometheus", "scrape_timestamp": 1610485870495, "target_labels": "map[instance:aks-agentpool-30099824-vmss000002 job:cadviso
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
MyPy 0.800 is out. It finally supports namespace packages properly and we can remove the placeholder __init__.pyi files in a few spots.
The jaeger agent exporter needs to cap the UDP packet max length to 65000 to be in sync with the jaeger server impl and avoid span data loss. Needs to send and start a new batch with remaining spans if over that limit.
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
-
Updated
Feb 11, 2021 - Shell
Renovate bot hasn't been updating Go packages. And it seems a lot of our errors in logs stem from outdated Go dependencies:
-
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?
-
A lot of errors happen in go containers during provisioning, example:
WARNING: Package "github.com/golang/protob
Adding instrumentation feature to opentelemetry-php to sdk mentioned here: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#additional-span-interfaces
While working for OTLP/GRPC , it requires Instrumentation library in sdk for dealing with proto files
Something like this : [opentelemetry-go reference ](https://github.com/open-telemetry/ope
-
Updated
Feb 16, 2021 - Go
If the background for a section is set to the primary color (blue) then links are hard to see on hover.
In
See: open-telemetry/opentelemetry-specification#962
Propagators to be used as a comma separated list.
Default is "tracecontext,baggage".
Known values for OTEL_PROPAGATORS are: "tracecontext", "baggage", "b3", "jaeger"
Probably as separate markdown doc which can be referenced from main page.
As an example, how it is done by in Java:
https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md
-
Updated
Feb 13, 2021
-
Updated
Oct 20, 2020 - Go
-
Updated
Feb 16, 2021 - Makefile
When the collector's configuration has changed, the pods that are using the respective configmap should be restarted, and it currently isn't.
-
Updated
Feb 15, 2021 - Scala
-
Updated
Oct 25, 2020 - Erlang
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Feb 7, 2021 - Go
-
Updated
Jan 28, 2021 - TypeScript
- Organization
- open-telemetry
- Website
- opentelemetry.io


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