graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "llm-token-limits" -- "llm-routing" [label=" 11 ", penwidth="10", color="#00688bFF"]; "llm-routing" -- "llm-routing" [label=" 11 ", penwidth="10", color="#a0a0a0FF"]; "llm-token-limits" -- "llm-logging" [label=" 10 ", penwidth="9", color="#00688bED"]; "llm-logging" -- "llm-routing" [label=" 8 ", penwidth="7", color="#00688bC9"]; "llm-security" -- "llm-logging" [label=" 7 ", penwidth="6", color="#00688bB7"]; "llm-security" -- "llm-security" [label=" 6 ", penwidth="5", color="#a0a0a0A5"]; "llm-token-limits" -- "llm-circuit-breaking" [label=" 5 ", penwidth="4", color="#00688b93"]; "llm-logging" -- "llm-circuit-breaking" [label=" 5 ", penwidth="4", color="#00688b93"]; "llm-token-limits" -- "llm-security" [label=" 5 ", penwidth="4", color="#00688b93"]; "llm-security" -- "llm-routing" [label=" 5 ", penwidth="4", color="#00688b93"]; "cloud-logging" -- "cloud-logging" [label=" 4 ", penwidth="3", color="#a0a0a082"]; "llm-function-calling" -- "llm-function-calling" [label=" 3 ", penwidth="2", color="#a0a0a070"]; "llm-routing" -- "llm-circuit-breaking" [label=" 3 ", penwidth="2", color="#00688b70"]; "llm-logging" -- "llm-logging" [label=" 3 ", penwidth="2", color="#a0a0a070"]; "llm-vertexai-agent" -- "llm-vertexai-agent" [label=" 3 ", penwidth="2", color="#a0a0a070"]; "monolith-to-microservices-based-on-paths" -- "monolith-to-microservices-based-on-paths" [label=" 2 ", penwidth="1", color="#a0a0a05E"]; "llm-vertexai-agent" -- "llm-security" [label=" 2 ", penwidth="1", color="#00688b5E"]; "llm-token-limits" -- "llm-function-calling" [label=" 1 ", penwidth="1", color="#00688b4C"]; "llm-security" -- "llm-circuit-breaking" [label=" 1 ", penwidth="1", color="#00688b4C"]; "llm-logging" -- "llm-function-calling" [label=" 1 ", penwidth="1", color="#00688b4C"]; "llm-security" -- "llm-function-calling" [label=" 1 ", penwidth="1", color="#00688b4C"]; "llm-function-calling" -- "llm-routing" [label=" 1 ", penwidth="1", color="#00688b4C"]; "llm-function-calling" -- "llm-circuit-breaking" [label=" 1 ", penwidth="1", color="#00688b4C"]; }