Skip to content

Commit

Permalink
[docs]Add status header for healthcheck (#11140)
Browse files Browse the repository at this point in the history
Add status header for healthcheck

Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 authored Jun 23, 2022
1 parent 1631ebf commit a2da2e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extension/healthcheckextension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Health Check

| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Distributions | [contrib] |

Health Check extension enables an HTTP url that can be probed to check the
status of the OpenTelemetry Collector. This extension can be used as a
liveness and/or readiness probe on Kubernetes.
Expand Down Expand Up @@ -37,3 +42,6 @@ extensions:
The full list of settings exposed for this exporter is documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit a2da2e6

Please sign in to comment.