Skip to content

Commit

Permalink
doc: metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel committed Oct 3, 2024
1 parent 1488c5e commit 26a3687
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ In case there are more resources than one cluster it is advised to limit access
helm upgrade --install --create-namespace -n node-undertaker node-undertaker node-undertaker
```

## Observability

## Metrics

Node undertaker produces metrics in prometheus format. By default exposed on port 8080 under `/metrics` path.
Metrics list:
* node_undertaker_node_health - metric produced for each node. In labels node, and status are reported.


## Development

### Requirements
Expand Down

0 comments on commit 26a3687

Please sign in to comment.