Commit Graph

4 Commits

Author SHA1 Message Date
Brett McBride 5a51249c6b
removing jaeger exporters (#890)
Jaeger has dropped support for the jaeger exporter in favour of opentelemetry exporter. The upstream repos are now archived.
Support has been dropped from the opentelemetry collector, and other SIGs should follow soon.
ref: https://github.com/open-telemetry/opentelemetry-specification/pull/2858 and https://github.com/open-telemetry/opentelemetry-specification/issues/2859
2022-12-09 14:25:42 +11:00
Brett McBride 01378ecf8a
disallow non-standard boolean config values (#870)
per spec, only 'true', 'false' are valid boolean values. anything else should be
interpreted as false and a warning emitted.
2022-11-29 14:31:09 +11:00
Brett McBride 116e46d964
sdk autoloading (#854)
* sdk autoloading
* use instrumentation initializers
* basic sdk + autoloading documentation
* exampler filter from config
* configuration default types
2022-11-14 08:52:35 +11:00
Brett McBride f083b10909
refactor environment configuration (#859)
refactoring Environment access to allow configuration from multiple sources. Initially, the sources are env ($_SERVER) and php.ini, but this should allow us to add more sources in future without changing the API.
do not modify OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
allow resolvers to return mixed
2022-11-10 09:48:17 +11:00