diff --git a/sonarqube/monitoring/monitoring_gen.go b/sonarqube/monitoring/monitoring_gen.go index 8c6fcd9..8a4a3e2 100644 --- a/sonarqube/monitoring/monitoring_gen.go +++ b/sonarqube/monitoring/monitoring_gen.go @@ -5,7 +5,7 @@ package monitoring /* MetricsRequest Return monitoring metrics in Prometheus format. Support content type 'text/plain' (default) and 'application/openmetrics-text'. -this endpoint can be access using a Bearer token, that needs to be defined in sonar.properties with the 'sonar.web.systemPasscode' key. +This endpoint can be accessed using a Bearer token, which needs to be defined in sonar.properties with the 'sonar.web.systemPasscode' key. */ type MetricsRequest struct{} diff --git a/sonarqube/monitoring_gen.go b/sonarqube/monitoring_gen.go index dd6f75c..7161b94 100644 --- a/sonarqube/monitoring_gen.go +++ b/sonarqube/monitoring_gen.go @@ -13,7 +13,7 @@ type Monitoring service // Metrics - Return monitoring metrics in Prometheus format. // Support content type 'text/plain' (default) and 'application/openmetrics-text'. -// this endpoint can be access using a Bearer token, that needs to be defined in sonar.properties with the 'sonar.web.systemPasscode' key. +// This endpoint can be accessed using a Bearer token, which needs to be defined in sonar.properties with the 'sonar.web.systemPasscode' key. // Since 9.3 func (s *Monitoring) Metrics(ctx context.Context, r monitoring.MetricsRequest) (*monitoring.MetricsResponse, *http.Response, error) { u := fmt.Sprintf("%s/metrics", s.path)