-
A extensions/v1betax and apps/v1betax for Deployment objects are now obsolete:
```bash
kubectl version
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd964…
-
The following successfully deployed tempo as daemonset on one evening:
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: tempo
labels:
app: tempo
spec:
selector:
matchLabels:
app…
-
We have an application that is using Spring Cloud Gateway and is connected to Redis and Jaeger that is deployed in Pivotal Cloud Foundry.
### Problem
When not run in Cloud Foundry (i.e. on a host …
-
## Requirement - what kind of business use case are you trying to solve?
We are implementing a custom gRPC-based storage plugin as per [this doc](https://github.com/jaegertracing/jaeger/blob/ma…
-
#493 introduced docker-compose for cassandra storage.
Further improvements could include support for ES storage. We could have one compose file for jaeger services and one compose file per storage…
-
On the backend apps, create a `tracing` module imported before everything else in main.
Init OTel SDK with instrumentations library for the following modules:
- Net
- HTTP
- Fastify (if exists?)
…
-
Install Docker to install jaeger, discourse, fault and run wordpress.
-
HI all,
This is a feature request that was already proposed in https://github.com/jaegertracing/jaeger-operator/issues/420 and closed for luck of additional requests/interest.
However I would like…
-
-
I've followed the instructions on [the honeycomb blog](https://www.honeycomb.io/blog/kubernetes-collector-opentelemetry), which was pretty easy, and was slightly surprised when the deployed collectors…