# | slide |
---|---|
2 | 📷 Courmayeur Nord-Ovest, Italy 2021 🎼 Kings of Convenience, Rocky Trail |
5 | ℹ︎ Unified Modeling Language (UML) |
7 | 📷 Forgerock Authorization Code grant flow |
8 | 📷 mermaidjs, Class Diagram |
9 | 📷 Amyot, Daniel & Mussbacher, Gunter. (2001). Bridging the Requirements/Design Gap in Dynamic Systems with Use Case Maps (UCMs).. 743-744. |
12 | 📷 APM Conceptual Framework |
17 | 👨🏻💻 [Unlocking Grafana APM Dashboard Without Tempo](http |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- job_name: otel-collector | |
static_configs: | |
- targets: | |
- 'otelcol:8888' | |
metric_relabel_configs: | |
- source_labels: [ '__name__' ] | |
regex: 'otelcol_.*' | |
action: 'keep' | |
- source_labels: [ 'receiver', 'transport' ] | |
regex: '(.*);(.*)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label_join( | |
label_replace(label_replace( | |
sum by(client,server) (rate(otelcol_receiver_accepted_spans{}[$__interval])) | |
,"source","$0","client",".*") | |
,"target","$0","server",".*") | |
,"id","_","client","server") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label_replace(label_replace(label_replace( | |
sum by(client) (rate(otelcol_receiver_accepted_spans{}[$__interval])) | |
, "id", "$0", "client", ".*") | |
, "title", "$0", "client", ".*") | |
,"mainstat","","","") | |
or | |
label_replace(label_replace(label_replace( | |
sum by(service_name) (rate(otelcol_receiver_accepted_spans{}[$__interval])) | |
, "id", "$0", "service_name", ".*") | |
, "title", "$0", "service_name", ".*") |
Type | Owner | Service Map Visual Library |
---|---|---|
OSS APM | Skywalking | d3.js |
OSS APM | Signoz | React-Force-Graph |
OSS APM | Jaeger | d3.js |
OSS APM | Grafana | Nodegraph ? Qlik or Cytoscape |
OSS APM | Elastic APM Server | Cytoscape via [Kibana](https://github.com/ela |