-
```
apiVersion: v1
kind: Service
metadata:
name: zipkin-proxy
namespace: monitoring
spec:
ports:
- port: 9411
targetPort: 9411
selector:
app: zipkin-proxy
type: Cluster…
-
**Bug description**
Sidecar returns 503 UH. I'm trying to send POST request from my service to elasticsearch, but all the time I'm receive:
```
POST /_bulk?timeout=1m HTTP/1.1" 503 UH "-" "-" 0 19 0 …
-
**Describe the bug**
C:\jdk-14.0.2\bin\java.exe --enable-preview -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dsprin…
-
Check if possible to replace default Kafka container based on Confluent:
https://github.com/openzipkin-contrib/zipkin-storage-kafka/blob/master/storage/src/test/java/zipkin2/storage/kafka/KafkaStor…
-
## Describe the Bug
Zipkin version: 2.21.1
URL: http://localhost:9411/zipkin
Browser: Chrome、 Microsoft Edge
ES Version: 7.6.2
How to run:
curl -sSL https://zipkin.io/quickstart.sh | bash -s
E…
-
Nowadays, zipkin uses long to describe both traceID and spanID. This is an obstacle for third-party frameworks to leverage zipkin since not every ID is long. By contrast, string has less limitations.…
-
I started zipkin-dependencies-2.4.2.jar on Windows
The error is reported as follows:
Exception in thread "main" java.lang.IllegalArgumentException : First argument must be a yyyy-MM-dd formatted…
-
I have a secured kafka topic that I would like to access with this software, is it possible to do so given a krb5.conf/tab and jaas file?
If so how can I accomplish this?
Thank you
-
I tried the following but failed.
```yaml
services:
zipkin:
image: openzipkin/zipkin:2.21.1
environment:
- STORAGE_TYPE=elasticsearch
- ES_HOSTS=http://elasticsearch:920…
-
api return data , but ui failed render
![微信截图_20200520171231](https://user-images.githubusercontent.com/29320441/82428561-424c1400-9abd-11ea-9701-86fdca2c8fba.png)
![微信截图_20200520171420](https://use…