-
In other zipkin projects, the local development story includes how to build and run the project from source.
Ex.
https://github.com/openzipkin/zipkin-dependencies#building-locally
https://github.…
-
Currently, you can find out about zipkin's production story by watching presentations or asking on gitter. You'd find out status on docker, kubernetes, cloud foundry, prometheus, amazon, google and ot…
-
The minimum viable deployment of spark-streaming is likely
* an embedded http stream factory #23
* either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server)
In this…
-
### Component(s)
exporter/zipkin
### Describe the issue you're reporting
[Failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9616271927/job/2652541…
-
Having some trouble seeing spans sent to zipkin server when enabling tracing support using OpenTracing API on Openwhisk. Once zipkin configuration is uncommented in application.conf, is there a specif…
-
I started applications using (Windows 11 OS)
```
./mvnw clean install -P buildDocker -Dcontainer.platform="linux/arm64"
docker compose up
```
logs are coming fine but zipkin not showing any trace…
-
Setting up everything is actually not that easy :) you need spark, elasticsearch, kafka (which has zookeeper), zipkin, and then.. this job!
Here's what I'm doing now..
## Start Kafka
```bash
…
-
My work involves having hyperlinks for Tag (Key-Value) pair. Few of my tags needs to navigate to external url once clicked. So how to edit zipkin-lens to have this customization for tags. If able to c…
-
_From @jahnkey on June 6, 2016 2:35_
Dears, let me talk about the issue.
1. i deployed zipkin server via docker and all server(collector、cassandra、query、web-UI) run normally ;
2. By the brave…
-
Currently, zipkin version used in zipkin-instrumentation-axios is 0.6.0.
0.6.0 version of zipkin has 'thrift' dependency included and because of thrift we are getting these errors in our react applic…