-
Updated
Jul 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 182 public repositories matching this topic...
-
Updated
Jul 14, 2021 - Java
-
Updated
Jul 12, 2021 - TypeScript
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
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
We now have a manually triggered github action doc-update which publishes the documentation from this repo to opentelemetry.io website repo (creates a PR there).
It would be nice to automate triggering of doc-update action as part of release process.
-
Updated
Jul 14, 2021 - Java
-
Updated
Jul 14, 2021 - Go
We can currently only implement a Sampler by calling SamplingResult.create. For results without attributes, we do return singletons from this method so it doesn't have any real overhead. But it's somewhat annoying to have to call create with a parameter and not so intuitive - every time I do it I still ctrl-click through the method to confirm it's not creating a new object. The alternative of
No need to necessarily change this here, but i think we're repeating the pattern of splitting variables by , and = in a few places, might be nice to pull that code into a utility.
Originally posted by @codeboten in open-telemetry/opentelemetry-python#1868 (comment)
Also, we need to document the escape sequence and link to w3c correlation key-value pa
We have no automatic check for CODEOWNERS on CI.
A CI check can be added so that
- every component has a CODEOWNERS line and
- every
componentfolder listed on CODEOWNERS actually exists (to prevent typos).
-
Updated
Apr 22, 2021 - Shell
We're missing retries on Exporter errors: https://github.com/open-telemetry/opentelemetry-specification/blob/318745aaf6fb173eb5cbc887ab76796bd817b3d6/specification/protocol/exporter.md#retry
Use Case
- Provide a sample application to test DBs, messaging systems and HTTP, GRPC backend resolution and call view.
Proposal
- A simple app where backend can be swapped or we can use multiple backends.
As part of #868 and #872 , currently we are embedding semantic convention attributes manually into C++ code. This can be automated.
This ticket is to check the feasibility of automatic generation of C++ code from semantic convention YAML data model using Jinja template engine.
Reference:
YAML data model for semantic conventions: https://github.com/open-telemetry/opentelemetry-specification
-
Updated
Jul 13, 2021 - Go
-
Updated
Jul 9, 2021
-
Updated
Jul 13, 2021 - Makefile
per #268
-
Updated
Jul 14, 2021 - Scala
-
Updated
Apr 18, 2021 - Go
See socketio/socket.io-website#277
The docs don't say that and maybe the maintainers have a good reason here, but, conceptually, if disconnect and disconnecting are reserved, so is connection.
-
Updated
Jul 14, 2021 - TypeScript
- Organization
- open-telemetry
- Website
- opentelemetry.io
Current Behaviour
The flamegraph sorts the siblings in ascending order by frame's name.
The reference to code is here
Expected Behaviour
The siblings should appear in order of their start time.
This can be achieved according to library docs mentioned [here](https://github.com/spiermar/d3-fla