Pablo Baeyens
Pablo Baeyens
### What does this PR do? Add `otlp` feature to configure [OTLP ingest](https://docs.datadoghq.com/tracing/trace_collection/open_standards/otlp_ingest_in_the_agent/?tab=host). ### Motivation Allow users to configure this feature via the Datadog operator. ### Additional Notes Configuration has...
When using the app I stumbled upon some odd behavior. At some unknown point it calculated a debt of the form "A owes B 0.00 EUR" that can't be settled...
# Steps to Reproduce 1. Visit [the API Docs for `Data.Vect`](https://www.idris-lang.org/docs/current/base_doc/docs/Data.Vect.html). 2. Click on the parentheses on the type signature of `zip3` or the dependent pair constructor on `takeWhile` #...
**Desired feature or idea.** Per https://github.com/open-telemetry/opentelemetry-collector-releases/pull/164, the OpenTelemetry Collector Contrib maintainers want to promote usage of the [OpenTelemetry Collector Builder](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#opentelemetry-collector-builder) so that people build their own distribution with only the...
Los apuntes existentes tienen algunos problemas como - etiquetas definidas mĂșltiples veces, - etiquetas o citas no definidas y - caracteres no existentes. Estos pueden encontrarse haciendo `make nombreasignatura` y...
**Describe the bug** On PRs that prepare the repo to release a new version, the integration tests for `ocb` fail, since the default configuration file references a tag that is...
### What does this PR do? Remove requirement for using a pinned version of the Collector. In general, we want users to use the latest version. ### Motivation open-telemetry/opentelemetry-collector-releases/issues/73 was...
### What version of gRPC are you using? This happens with v1.60.1 but **not** with v1.59.0 ### What version of Go are you using (`go version`)? v1.21.0 ### What operating...
### Affected Repository https://github.com/open-telemetry/opentelemetry-collector-contrib ### Requested changes Enable the [`Require merge queue` setting](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) on the branch protection rules for the main branch with "squash" merge method ### Purpose The Github...
We [enable](https://github.com/open-telemetry/opentelemetry-collector/blob/cf51a35663302c133ee6caba1946fcb7c2421ca4/confmap/confmap.go#L151) the [`WeaklyTypedInput` option from mapstructure](https://pkg.go.dev/github.com/mitchellh/mapstructure#DecoderConfig). This option implies the following implicit conversions from the internal `confmap`'s `map[string]any` to our `Config` structs: 1. bools to string (true = "1",...