MCPcopy
hub / github.com/grafana/tempo / Client

Struct Client

pkg/httpclient/client.go:70–77  ·  view source on GitHub ↗

Client is client to the Tempo API.

Source from the content-addressed store, hash-verified

68
69// Client is client to the Tempo API.
70type Client struct {
71 BaseURL string
72 OrgID string
73 client *http.Client
74 headers map[string]string
75 queryParams map[string]string
76 QueryLiveStores bool
77}
78
79func New(baseURL, orgID string) *Client {
80 return &Client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected