Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Last active June 6, 2020 01:37
Show Gist options
  • Save glassonion1/0aa2b1281acb54c3bace8ffcc87de5a1 to your computer and use it in GitHub Desktop.
Save glassonion1/0aa2b1281acb54c3bace8ffcc87de5a1 to your computer and use it in GitHub Desktop.
@startuml
skinparam componentStyle uml2
node "Redis Pod" {
[redis_exporter]
database redis
}
redis <- redis_exporter
node Pod {
[prometheus]
[sidecar] #6A9EFF
}
folder data <<shared volume>>{
database WAL as wal
}
cloud "Cloud Monitoring" as mon
redis_exporter <-- prometheus: scrape
prometheus --> wal: write
sidecar --> wal: read
sidecar -left-> mon
@enduml
@glassonion1
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment