Severin Neumann
Severin Neumann
> Why do we need to move pages to .io? From https://github.com/open-telemetry/opentelemetry.io/issues/833: "As a part of improving user experience and SEO, all OTel docs should be hosted on [opentelemetry.io](https://opentelemetry.io/) possibly...
> in the meantime, can you address @bhs's request? @chalin: [done](https://github.com/open-telemetry/community/pull/1056/commits/2232c637ad5f8d9f1c034da713ba6ba6152f79f5).
I am wondering if instead of throwing an error the collector could just start with a minimal configuration (otlp receivers, debug logging exporters for all signals)? Or would this be...
I share those mixed feeling, but I thought asking/exploring that would be helpful. From the perspective of a user that's just getting started having some easy defaults would be great,...
I agree that from a security perspective this requires a lot of trust by the end user in that URL being benign. Although the goal of this script is serving...
@jpkrohling, I just opened [this PR](https://github.com/open-telemetry/opentelemetry.io/pull/1512) for docs, which kind of competes with the script, so I am ok with closing this, if there's no bigger interest.
@eduardoacskimlinks, @RomanSavarin, @nasonlee28 , @z0ccc & everyone else who helped to make this happen: THANK YOU! I just replaced the dependency with your package and everything works as expected so...
I can confirm this issue, for the moment I just do the following, which is **definitely** no solution: ``` php protected function mergeQueries(Builder $clone, Builder $original) { $table = DB::getTablePrefix().$this->getTable();...
> How do we represent HTTP retries? > How do we represent HTTP redirects? > How do we represent DNS queries that take place during the HTTP client call? >...
getting back to this again, since I think I start to understand that issue a little bit better. The sentence mentioned above has now moved to a different page (https://opentelemetry.io/docs/collector/deployment/),...