mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 04:19:43 +00:00
Add Exercice for promtheus and open-telemetry
This commit is contained in:
@@ -49,7 +49,9 @@ chapters:
|
||||
- k8s/monitoring-intro.md
|
||||
#- k8s/prometheus-intro.md
|
||||
- k8s/prometheus-endpoint.md
|
||||
- k8s/exercise-prometheus.md
|
||||
- k8s/opentelemetry.md
|
||||
- k8s/exercise-opentelemetry.md
|
||||
|
||||
|
||||
#-
|
||||
|
||||
5
slides/k8s/exercise-opentelemetry.md
Normal file
5
slides/k8s/exercise-opentelemetry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## Exercice - monitor with prometheus
|
||||
|
||||
Complete exercise #5, (again code at: https://github.com/enix/kubecoin )
|
||||
|
||||
*Note: Not all daemon are "ready" for opentelemetry, only `rng` and `worker`
|
||||
5
slides/k8s/exercise-prometheus.md
Normal file
5
slides/k8s/exercise-prometheus.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## Exercice - monitor with prometheus
|
||||
|
||||
Complete exercise #4, (again code at: https://github.com/enix/kubecoin )
|
||||
|
||||
*Note: Not all daemon are "ready" for prometheus, only `hasher` and `redis`
|
||||
@@ -1,6 +1,6 @@
|
||||
# OpenTelemetry
|
||||
|
||||
*Opentelemetry* is a "tracing" framework. It's a fusion of two other frameworks:
|
||||
*OpenTelemetry* is a "tracing" framework. It's a fusion of two other frameworks:
|
||||
*opentracing* and *opencensus*.
|
||||
|
||||
The goal is to have deep integration with software languages and application framework to
|
||||
|
||||
Reference in New Issue
Block a user