spinkube / spin-operator

Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://www.spinkube.dev/docs/overview/
Other
221 stars 24 forks source link

adding otel capabilities #273

Closed asteurer closed 3 months ago

asteurer commented 4 months ago

With this PR, a user will be able to define certain OTel parameters (which we pre-approve) that will allow them to view trace information via opentelemetry-collector and jaeger.

asteurer commented 4 months ago

Is there a place where I can leave instructions for how to deploy jaeger and opentelemetry-collector properly for SpinKube?

kate-goldenring commented 4 months ago

Is there a place where I can leave instructions for how to deploy jaeger and opentelemetry-collector properly for SpinKube?

I'd add it here https://github.com/spinkube/documentation/tree/main/content/en/docs/topics

asteurer commented 3 months ago

Following up on this