-
From end-user prospective, try to instrument C++ tracing API as per this document:
https://docs.google.com/document/d/1rXT2eEAniVM7r8KiikzgJJ-r36shOg_twZP6GPzNvao/edit#heading=h.19lsfyhsve8e
Ref…
-
### Describe your environment
- php (fpm-fcgi) 7.3.21
- nginx 1.15.6
### Steps to reproduce
```php
-
**Describe your environment**
PHP 7.3
Commit of dev-main version: https://github.com/open-telemetry/opentelemetry-php/commit/bb0bbafec1d48509171aa12be68182075ef8e459
**Steps to reproduce**
Co…
-
OpenTracing API for PHP is available: https://github.com/opentracing/opentracing-php
-
There are some differences between our implementation and specs.
For Span Context, the following gaps were identified for our current implementation:
* does not export binary TraceId and SpanId
…
-
**Steps to reproduce**
```
$tracer = (new TracerProvider())->getTracer('io.opentelemetry.contrib.php');
$context = SpanContext::generate(true);
$span = $tracer->startAndActivateSpan('myspan', A…
-
### Expected behavior
I expect that telemetry for requests with spaces in the URL will be handled well.
### Actual behavior
I see and ERROR in the agent's logs: `Illegal character in query at ind…
-
Hi,
I followed these steps https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/README.md to publish the OpenTelemetry Collector Lambda layer from scratch.
However I notice…
-
We would like to Implement a SumObserver Instrument for the Metrics API. The spec for the SumObserver API is defined at the following URL:
https://github.com/open-telemetry/opentelemetry-specific…
-
It has been more than 6 months since the first-ever release - even that was a pre-release.
So I strongly believe a new version release is a long-standing issue. One for we don't want to use `dev-mast…