Added support for prometheus addnotations #293 (#256)

This commit is contained in:
Lenin Alevski
2020-08-24 15:07:36 -07:00
committed by GitHub
parent 83fe33b499
commit 8b62aec7fb
4 changed files with 26 additions and 3 deletions

View File

@@ -48,6 +48,9 @@ type CreateTenantRequest struct {
// enable console
EnableConsole *bool `json:"enable_console,omitempty"`
// enable prometheus
EnablePrometheus *bool `json:"enable_prometheus,omitempty"`
// enable tls
EnableTLS *bool `json:"enable_tls,omitempty"`