Skip to content
Open
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
7 changes: 6 additions & 1 deletion docs/connectors/pulsar-io-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ spec:
cpu: "0.1"
memory: 1G
# Other source configs
```
```

## Metrics

Metrics can be a very valuable piece of debug information and add context on to what is occuring. Functions, sources, sinks and the mesh itself
provide Prometheus metrics. For more information, see the relevant documentation.
11 changes: 10 additions & 1 deletion docs/function-mesh/function-mesh-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,13 @@ Function Mesh stores both the functions and connectors metadata and running stat

The following diagram illustrates how Function Mesh works.

![Function Mesh](./../assets/function-mesh-overview.png)
![Function Mesh](./../assets/function-mesh-overview.png)

## Metrics

Function Mesh exposes the following metrics from the operator.

### function_mesh_reconcile_count
Number of reconcile operations Type: Counter.
### function_mesh_reconcile_latency
Latency of reconcile operations, bucket boundaries are 10ms, 100ms, 1s, 10s, 30s and 60s. Type: Histogram.