Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type JaegerConfig ¶
type JaegerConfig struct {
URL string `json:"url"`
}
type PrometheusConfig ¶
type PrometheusConfig struct {
URL string `json:"url"`
}
type Tenant ¶
type Tenant struct { ID string `json:"id"` Users []string `json:"users"` Prometheus PrometheusConfig `json:"prometheus"` Jaeger JaegerConfig `json:"jaeger"` }
Click to show internal directories.
Click to hide internal directories.