Skip to content

Commit

Permalink
updated pipeline map with process metrics (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Jun 21, 2024
1 parent 7ba6ea9 commit 89e889b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devdocs/pipeline-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ flowchart TD
KDB(KubeDatabase):::optional <-.- | Aggregated & indexed Pod info | KD
IF("Informer<br/>(Kube API)"):::optional -.-> |Pods & ReplicaSets status| KDB
IF -.-> |new Kube objects| KWE
AF ---> PC
subgraph process metrics pipeline
PC("process.Collector"):::optional --> POTEL
PC --> PPROM
POTEL("OTEL exporter"):::optional
PPROM("Prometheus exporter"):::optional
end
```

## Network metrics pipeline
Expand Down

0 comments on commit 89e889b

Please sign in to comment.