Olopez
Olopez
Trying to run this example https://docs.rs/rusoto_mock/0.46.0/rusoto_mock/index.html, but getting many errors after running cargo test: ```rust error[E0308]: mismatched types --> tests/integration_test.rs:12:11 | 12 | MockResponseReader::read_response("test-data", "s3-response.json") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | |...
Hello, I think using `standby.signal` make example easy to understand as by default uploaded `wal`s from postgres1 backup are going to be recovered in postgres2 From Postgres doc ``` 27.2.2....
Hello, Very useful example but containers and wal-g version was a bit outdated. As part Hacktoberfest 2022 I updated this.
Hello, I hope everything is going well on your side. Currently in our organisation, we use multiple programming languages, including Ruby and Java. We've noticed that the Ruby [semantic conventions](https://opentelemetry.io/docs/specs/semconv/attributes-registry/http/#http-attributes)...
### Is your feature request related to a problem? Please describe Looks like currently the module only support sending OTEL data via GRPC OLTP receivers , would be nice to...
OTEL_EXPORTER_OTLP_TIMEOUT is in seconds instead of milliseconds, not following semantic conventions
It seems that the `OTEL_EXPORTER_OTLP_TIMEOUT` environment variable in the OpenTelemetry Ruby SDK is interpreted in seconds, rather than milliseconds as specified in the [official semantic conventions](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/#otel_exporter_otlp_timeout). This inconsistency can create...