Bogdan Drutu

Results 550 comments of Bogdan Drutu

@lizthegrey any update on this?

@mtwo @SergeyKanzhelev can you take a look?

The repo does not include change to use otlp.

All the go repos have automatically docs because of godoc

> CircleCI Github org owners are owners in CircleCI so it is based on the permissions in github.

```yaml extensions: health_check: pprof: endpoint: 0.0.0.0:1777 zpages: endpoint: 0.0.0.0:55679 jaeger: # THIS IS THE PROBLEM, WHAT IS THIS? endpoint: "10.29.8.64:14250" insecure: true ```

> I found the function 'NewJSONMarshaler' is unused in our project. And I provide new function 'NewJSONITERUnmarshaler' which will return a model.Unmarshaler which use jsoniter. I'm happy to use new...

Thanks for the report. Please submit a PR with the fix.

The use-cases: `${ENV_${RECURSIVE}}` and `${ENV?default=something}` seem very different to me. Here are some suggestions/questions: 1. I suggest that we do NOT support this `${ENV?default=something}` and only support `${env:ENV?default=something}` and the...

The current plan is: - [x] Merge https://github.com/open-telemetry/opentelemetry-collector/pull/5861 which documents the limitation for the scheme not for the `opaque_data`, but we need to restrict characters in that part as well....