-
Updated
Aug 10, 2021 - JavaScript
telemetry
Here are 697 public repositories matching this topic...
-
Updated
Jul 3, 2021 - C#
Plugin Requests
Consolidating thread on all open plugin requests.
All issues need help if you'd like to contribute to the project
The documentation on writing a plugin can be found here.
- Umami DavidWells/analytics#149
- Firebase DavidWells/analytics#133
- Plausible https://gith
https://open-telemetry.github.io/opentelemetry-js/
I clicked "SDK docs" in the readme, which took me to https://open-telemetry.github.io/opentelemetry-js/
There, I opened both the getting started guide and the node auto-setup thing in this paragraph:
To get started tracing your own application, see the Getting Started Guide. For more information about automatic instrumentation see @OPEN
-
Updated
Aug 19, 2020
-
Updated
Nov 29, 2021 - Objective-C
For some uses cases it would be useful to have an option in the gr_satellites command line tool that skips the demodulator and sends the input the directly to the deframer.
-
Updated
Nov 1, 2020
-
Updated
Nov 22, 2021 - C
-
Updated
Dec 2, 2021 - C#
-
Updated
Oct 29, 2021 - C
-
Updated
Jun 9, 2020 - C#
-
Updated
Nov 10, 2021 - Elixir
-
Updated
Oct 27, 2021 - Rust
-
Updated
Oct 18, 2021 - HCL
as mentioned in the UPDATING file, there are some domains in the list that represent the same domain but differ by a commonly confused character (like dashes, em dashes, and en dashes). Theres also a few that look like two characters smushed together (I think there's one like that for fi in a couple places). These are likely due to copy-paste errors or from parsing the PDF, however I want to be
Our Rack instrumentation allows configuration of a URL quantization function https://github.com/open-telemetry/opentelemetry-ruby/blob/1c37b00dc82d490dace1f92739977aa4674d7039/instrumentation/rack/lib/opentelemetry/instrumentation/rack/middlewares/tracer_middleware.rb#L122-L137
We should add the same functionality to the Sinatra instrumentation. @genebean reported this requirement in Gitter:
-
Updated
Oct 3, 2021 - Lua
opentelemetry-cpp uses bazel and cmake to build the required targets. These targets are by default created as static libraries.
To create shared libraries / DLLs, we can just add -DBUILD_SHARED_LIBS=ON to cmake, and linkstatic=False flag in cc_library/cc_binary rule in bazel.
This works fine for building shared libraries(.so) on Unix-like systems but doesn't work by default for DLL on Wind
-
Updated
Nov 30, 2021
-
Updated
Nov 26, 2021
-
Updated
Nov 28, 2021 - PowerShell
Improve this page
Add a description, image, and links to the telemetry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the telemetry topic, visit your repo's landing page and select "manage topics."
Bug Report
The current OTLP exporter below flattens nested array in Span.Atttributes (Activity.Tags in .NET) into a list of key value pairs with the same key for all these kv pairs. For example,
activity.SetTag('arraykey', new int [] {1, 2, 3}is converted to JSON like list{{'arraykey': 1}, {'arraykey': 2}, {'arraykey': 3}}in OTLP. This could cause problem if the OTLP listener would lik