MCPcopy
hub / github.com/XiaoMi/naftis / D3Graph

Function D3Graph

src/api/handler/graph.go:23–26  ·  view source on GitHub ↗

D3Graph returns d3 graph data filtered by provided root service name.

(c *gin.Context)

Source from the content-addressed store, hash-verified

21
22// D3Graph returns d3 graph data filtered by provided root service name.
23func D3Graph(c *gin.Context) {
24 service.Prom.ServeHTTP(c.Writer, c.Request)
25 return
26}

Callers

nothing calls this directly

Calls 1

ServeHTTPMethod · 0.80

Tested by

no test coverage detected