Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api/bases/telemetry.openstack.org_metricstorages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ spec:
replicas: 2
description: Define prometheus config
properties:
enableAdminAPI:
description: |-
Enable Prometheus admin API. Defaults to the value of `false`.
type: boolean
enableOtlpHttpReceiver:
description: |-
Enable Prometheus to accept OpenTelemetry Metrics via the otlp/http protocol.
Expand Down
5 changes: 5 additions & 0 deletions api/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,11 @@ spec:
replicas: 2
description: Define prometheus config
properties:
enableAdminAPI:
description: |-
Enable Prometheus admin API. Defaults to the value of `false`.
The resulting endpoint is /api/v1/admin.
type: boolean
enableOtlpHttpReceiver:
description: |-
Enable Prometheus to accept OpenTelemetry Metrics via the otlp/http protocol.
Expand Down
5 changes: 5 additions & 0 deletions config/crd/bases/telemetry.openstack.org_metricstorages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ spec:
replicas: 2
description: Define prometheus config
properties:
enableAdminAPI:
description: |-
Enable Prometheus admin API. Defaults to the value of `false`.
The resulting endpoint is /api/v1/admin.
type: boolean
enableOtlpHttpReceiver:
description: |-
Enable Prometheus to accept OpenTelemetry Metrics via the otlp/http protocol.
Expand Down
5 changes: 5 additions & 0 deletions config/crd/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,11 @@ spec:
replicas: 2
description: Define prometheus config
properties:
enableAdminAPI:
description: |-
Enable Prometheus admin API.
Defaults to the value of `false`.
type: boolean
enableOtlpHttpReceiver:
description: |-
Enable Prometheus to accept OpenTelemetry Metrics via the otlp/http protocol.
Expand Down