Ryan Fitzpatrick
Ryan Fitzpatrick
**Description:** Bug fix - The `otel.instrument()` helpers do not retrieve the previously built instrument instances on subsequent groovy script runs and this leads to logged duplicate instrument recording warnings. Because...
From https://github.com/open-telemetry/opentelemetry-java-contrib/pull/4#discussion_r475331945 and similar discussions, a standardized MBean object and attribute specification format should be designed and implemented to allow for JMX Metric Gatherer functionality without the caveats that arise...
These changes move from the global logrus standard logger to per-monitor instance loggers that also set their `"monitorID"` field to be able to better differentiate between monitor instances. This is...
These changes introduce an optional scope manager using Flask's stack, as originally proposed in https://github.com/opentracing/opentracing-python/pull/105. This is helpful for ensuring that the active span obtained anywhere in a view function's...
**Is your feature request related to a problem? Please describe.** In cases where a custom confmap.Provider* doesn't want its retrieved content to be [recursively expanded](https://github.com/open-telemetry/opentelemetry-collector/blob/884cdc5b1da863408ffb9d0aa54e61f9acc60e9c/confmap/resolver.go#L170), it would be helpful to...