NOOB

Results 8 comments of NOOB

@alombarte @kpacha Is open-telemetry support in this year's roadmap or has any work started? If not, I can start working on adding Opentelemetry support to this project.

Currently, the opentelemetry `otelhttp` package library which is equivalent to the opencensus `ochttp` library (used in Krakend) does not expose client-side metrics which is used in Krakend [here](https://github.com/krakend/krakend-opencensus/blob/95b653439d7e4cdaae82c4cc131ff0218be29550/opencensus.go#L244). I was...

@dhontecillas Thanks for the update. I also did some implementation for Opentelemetry integration, Will wait for your implementation to complete then. If you don't mind, Possible to share a rough...

Thanks, this helps!

Any reason to keep it behind a flag? Any issue with always resetting error segments by default? @shauryachats

Thanks for raising it. @priyen-stripe if the value is only being set in internal plugin shouldn't the metric itself being created in the internal plugin itself? Is it because it's...

@Jackie-Jiang added intermediate field spec in schema: Like: ``` "intermediateFieldSpecs": [ { "name": "random", "dataType": "STRING" } ], ```

> @noob-se7en > > 1. Will it impact segment reload (due to schema change ) etc? > > * It's impact on existing segments: Given that these are transformation at...