Ankit Patel
Ankit Patel
Hey, I recently noticed that DictType calls `str(key)` on all keys upon construction from a dictionary. This behavior is mentioned nowhere in the documentation. Is this just to ensure all...
Hi, I was wondering if we could improve the behavior of chevron.render (with warn=True) so that it hands back an error type containing the issues along with the rendered string,...
Hi, As previously noted in issues #2100, #1984, #2465, #2095, #2192, and #2168 - Gunicorn isn't correctly load balancing requests across processes, even if you flip on reuse_port. An aside...
Hey! Thanks for your project - it's been really interesting to read through. Just wanted to ask about the status of this project - is this something you're planning on...
Documentation improvements - Startup Diagram, comments on key functions, and a "key files" section
#### Documentation 1. Wrote a startup procedure diagram. Describes how the collector starts 2. Variety of comments on less-commented functions 3. Pointing out some key files with some brief descriptions...
Addresses https://github.com/open-telemetry/opentelemetry-collector/issues/9429 There were several approaches to implementing this, but I decided to make Type an interface that continues to be embedded in ID. I split Type into ComponentType and...
#### Documentation Creates an internal architecture file. In it is a diagram of the startup flow of the collector as well as links to key files / packages. I also...
#### Description Followup from https://github.com/open-telemetry/opentelemetry-collector/pull/10069 The end goal of this PR is to separate DataType from Type. DataType becomes an enum for Traces, Logs, and Metrics. Context (to quote @mx-psi):...
**Description:** Use [gotestyourself/gotestsum](https://github.com/gotestyourself/gotestsum?rgh-link-date=2024-02-09T12%3A20%3A03Z) for running tests. This is following contrib's lead - they implemented this in this [PR](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31163). Gotestsum is a lot more readable and user friendly than go test...