-
From https://zipkin.io/pages/extensions_choices.html
> Zipkin server bundles extension for span collection and storage. By default spans can be collected over http, Kafka or RabbitMQ transports and…
-
Q: how do you sync the times on the various services? Do the clients connect to the zipkin server and work out the difference between their clock and the servers?
Or are you using some other way of st…
-
We'd like to have added a hook in the Opentelemetry plugin that adds specificity to the `api.ft.com` `net_peer_name` attribute. So we can select the metrics specific to an API that lives inside the AP…
-
**Describe your environment.** Describe any aspect of your environment relevant to the problem:
* SDK version: 0.0.0-alpha.428 of OpenTelemetry.Exporter.Zipkin, OpenTelemetry.Extensions.Hosting, Open…
-
Right now, most instrumentation do not model spans properly on error. For example, they log "sr" and "ss", but don't know what to do, or worse don't handle the error case. While we have a new "error" …
-
Try monitoring dss server with kamon(https://kamon.io) and zipkin(https://zipkin.io)
-
I use Docker for deployment. I downloaded a 7B file, and the environment configuration file looks like this.
CRIA_SERVICE_NAME=cria
CRIA_HOST=0.0.0.0
CRIA_PORT=3000
CRIA_MODEL_ARCHITECTURE=lla…
-
## Describe the Bug
We have zipkin-server 2.23.2 reading form kafka with zipkin-collector-kafka and the storage is elasticsearch.
With high number of spans, we found that zipkin-server not work, old…
-
Hello guys,
I have the latest version of Zipkin Installed ... it works great ....
I wanted to activate the SSL based on this issue: https://github.com/openzipkin/zipkin/issues/2627
When I run t…
-
While implementing starlette-zipkin I've found out that async pattern may break the tracing depending on the load.
I am not sure if this is related to httpx usage, but from my experiments, it is do…