Skip to content

Commit

Permalink
Update CloudEventSource metrics in Prometheus & OpenTelemetry docs (k…
Browse files Browse the repository at this point in the history
…edacore#1284)

* update on  cloudeventmetrics

Signed-off-by: SpiritZhou <[email protected]>

* Update

Signed-off-by: SpiritZhou <[email protected]>

---------

Signed-off-by: SpiritZhou <[email protected]>
  • Loading branch information
SpiritZhou authored Dec 22, 2023
1 parent 9bf4aec commit 086b967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/2.13/operate/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ The following metrics are being gathered:
| `keda.resource.totals` | Total number of KEDA custom resources per namespace for each custom resource type (CRD). |
| `keda.trigger.totals` | Total number of triggers per trigger type. |
| `keda.internal.scale.loop.latency` | Total deviation (in milliseconds) between the expected execution time and the actual execution time for the scaling loop. This latency could be produced due to accumulated scalers latencies or high load. This is an internal metric. |
| `keda.cloudeventsource.events.emitted.count` | Measured emitted cloudevents with destination of this emitted event (eventsink) and emitted state. |
| `keda.cloudeventsource.events.queued` | The number of events that are in the emitting queue. |
2 changes: 2 additions & 0 deletions content/docs/2.13/operate/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The KEDA Operator exposes Prometheus metrics which can be scraped on port `8080`
- `keda_resource_totals` - Total number of KEDA custom resources per namespace for each custom resource type (CRD).
- `keda_trigger_totals` - Total number of triggers per trigger type.
- `keda_internal_scale_loop_latency` - Total deviation (in milliseconds) between the expected execution time and the actual execution time for the scaling loop. This latency could be produced due to accumulated scalers latencies or high load. This is an internal metric.
- `keda_cloudeventsource_events_emitted_total` - Measured emitted cloudevents with destination of this emitted event (eventsink) and emitted state.
- `keda_cloudeventsource_events_queued` - The number of events that are in the emitting queue.
- Metrics exposed by the `Operator SDK` framework as explained [here](https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/#metrics).

### Admission Webhooks
Expand Down

0 comments on commit 086b967

Please sign in to comment.