-
Concurrent 400,Loop 10 times
Jmeter:
![image](https://user-images.githubusercontent.com/27885579/63510033-29073e80-c510-11e9-9d53-aa9abbd22d20.png)
ES:
![image](https://user-images.githubusercon…
-
`extensions/v1beta1` is removed from v1.16.x
```
☸ this ☁ maesh [master] helm template . | k apply -f -
poddisruptionbudget.policy/grafana created
poddisruptionbudget.policy/prometheus created
…
-
With high concurrency, zipkin loses data
![image](https://user-images.githubusercontent.com/27885579/63509205-2c012f80-c50e-11e9-8247-c3f8bd827bc2.png)
![image](https://user-images.githubusercontent…
-
**Feature:**
Add conditional property to enable collectors, similar to Scribe, HTTP or Grpc
**Rational**
Currently, most messaging collectors are enabled based on env. variables defined (e.g.…
-
Marking this as a question, for now. We have someone on gitter `stanltam_twitter`, asking about how to use custom TLS configuration for the client side of elasticsearch.
I know this exists for the …
-
I was trying to setup zipkin in my production environment. Am using c# and golang clients of zipkin (zipkin4net & zipkin-go-opentracing).
Also have setup kafka as the collector and cassandra as the …
-
Im trying to write a config schema which looks like this
```go
type Config struct {
ApiEndPoint string
AuthModules []Module
}
type Module struct {
Name string
Routes []…
-
Currently Zipkin uses OKHTTP client to connect to ES Storage. Its built using builder in `zipkin2.autoconfigure.storage.elasticsearch.ZipkinElasticsearchOkHttpAutoConfiguration#elasticsearchOkHttpCli…
-
Related: https://github.com/istio/istio/pull/17941
```
containers:
- image: docker.elastic.co/kibana/kibana:7.4.0
imagePullPolicy: IfNotPresent
name: kibana
…
-
This is my initial proposal to kick of the discussion on npm packages for OpenTelemetry Node.
- **opentelemetry/types**
A separate package with only TS interfaces and enums. Originates from https…