Daniel Marín

Results 9 issues of Daniel Marín

In our elixir app we have the exporter configured like: ``` config :opentelemetry, text_map_propagators: [:trace_context], processors: [ otel_batch_processor: %{ exporter: {:opentelemetry_exporter, %{ protocol: :grpc, endpoints: [ {:http, 'localhost', 4317, [verify:...

Should fix https://github.com/open-telemetry/opentelemetry-erlang/issues/350 Tries to mimic what is done in: https://github.com/open-telemetry/opentelemetry-erlang/blob/main/apps/opentelemetry_exporter/src/opentelemetry_exporter.erl#L268-L273

language-erlang

Hi all! 👋 First of all, thanks for the great libraries! We are running into a strange issue where every now and then (roughly once a day) we start seeing...

Moving issue from https://github.com/elixir-lang/elixir/issues/12519 as this seems to be a hex issue https://github.com/elixir-lang/elixir/issues/12519#issuecomment-1503760546 ### Elixir and Erlang/OTP versions Erlang/OTP 25 [erts-13.1.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] Elixir 1.14.2 (compiled...

Good morning/afternoon/evening all 👋 We are experiencing an issue which shows itself as pretty much the same as https://github.com/dashbitco/broadway_kafka/issues/100 (cannot reopen that one) We can see some messages stuck in...

Right now, if we want to pass options to the wamp message we have to use an `options` key: ``` elixir {:ok, subscription} = Spell.call_subscribe(subscriber, "com.spell.my_topic_prefix", options: %{match: :prefix}) ```...

The router returns integer error codes when the handshake is not successful ``` 0: illegal (must not be used) 1: serializer unsupported 2: maximum message length unacceptable 3: use of...

From WAMP docs: During the connection, Router MUST NOT send messages to the Client longer than the LENGTH requested by the Client, and the Client MUST NOT send messages larger...

We should integrate dialyzer in our travis CI script, to gain advantage of the type specs we wrote in spell