-
We are using php-cs-fixer in https://github.com/open-telemetry/opentelemetry-php/
We are currently attempting to add PHP 8.1 to our testing matrix, and we noticed that when we attempted to run php-…
-
Per spec (https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#opentelemetry-environment-variable-specification): "SDKs `MAY` choose to al…
-
@dkarlovi's [User Research Document](https://docs.google.com/document/d/1n43oTVsnydmbpzvhN-5dgPAvRWKZCiugmmR_wg_8ziQ/edit#) points out that no exception is raised.
In dev mode, he mentioned that …
-
Our current implementation of the Zipkin Exporter needs an update to conform to the latest spec. See [Zipkin exporter spec](https://github.com/open-telemetry/opentelemetry-specification/blob/418016dc4…
-
**Steps to reproduce**
Example for Zipikin exporter:
```
$exporter = new OpenTelemetry\Contrib\Zipkin\Exporter(
'foo',
'http://zipkin',
$client,
$requestFactory,
$str…
tidal updated
2 years ago
-
Idea from @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/498#issuecomment-984831495
> One thing thing I found in the repos of other SIGs is, that they often have a experimental …
-
Implement Environment Variables per the spec, we should follow the naming convention as specified, see [OpenTelemetry Environment Variable Specification](https://github.com/open-telemetry/opentelemetr…
-
Currently, on each doc page there's a set of links in the upper-right above the doc ToC for opening issues/creating child pages for a docs page.
![image](https://user-images.githubusercontent.com/414…
-
Per comments in maintainers meeting, SIG maintainers desire a more clear process for handling website 'getting started' docs updates. Suggested process is this -
- SIG maintainers create a new `web…
-
We need to improve the `links` implementation in our SDK and add functionality for them to be used in our OTLP/GRPC exporter implementation.