-
**Describe what's wrong**
When trying to export opentelemetry log via http engine to qryn, I get logical error on CREATE MATERIALIZED VIEW
**How to reproduce**
```
ClickHouse client version 24…
-
_From @adriancole on November 22, 2016 5:43_
Vizceral is a streaming aggregation tool similar to the service dependency graph we have now (but more pretty and powerful).
https://github.com/Netflix…
-
molten.ini
```
[molten]
extension=molten.so
molten.enable="1"
molten.service_name="local"
molten.tracing_cli=1
molten.open_report=1
molten.sampling_type=2
molten.sampling_rate=1
molten.noti…
-
I have 2 identical configurations, 1 in golang and 1 in rust.
In golang when I specify attributes in resource I see them appear in zipkin but for the rust version those attributes are missing. From…
-
I have been checking the possibility of having the zipkin middleware only for specific routes and found it VERY cumbersome. My use case is that I don't want to trace `_health` calls in a node server.
…
-
We use zipkin-js to observe our Hapi server and its dependencies and we noticed that when we get multiple concurrent calls, some of the spans are getting assigned to the wrong traces.
We were worki…
-
Hello,
I am trying to capture the database commands using Instrumentation DBapi, but i don't see anything to be reported to Jaeger. I am accessing database using pyodbc and pandas and i see while …
-
**Describe the bug**
The standard way of indicating that an operation/span has failed in Zipkin is the presence of the `error` tag. The value of the `error` tag is "the message or simple name of the …
-
@hyleung Could you please help here?
`WARNING: Dropped 2 spans due to TTransportException(Frame size (1213486160) larger than max length (16384000)!)
org.apache.thrift.transport.TTransportExceptio…
-
Many of the knobs for controlling an armeria server using spring integration are under the `armeria` configuration namespace, often to give more flexibility to configure armeria (e.g., ports). But to …