﻿---
title: ECK operator metrics
description: The ECK operator provides a metrics endpoint that can be used to monitor the operator’s performance and health. By default, the metrics endpoint is not...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/deploy-manage/monitor/orchestrators/eck-metrics-configuration
products:
  - Elastic Cloud on Kubernetes
applies_to:
  - Elastic Cloud on Kubernetes: Generally available
---

# ECK operator metrics
The ECK operator provides a metrics endpoint that can be used to monitor the operator’s performance and health. By default, the metrics endpoint is not enabled. In ECK version 2.16 and lower, the metrics endpoint is also not secured.
The following sections describe how to enable and secure the metrics endpoint. If you use [Prometheus](https://prometheus.io/) to consume the monitoring data, then you need to perform additional configurations within Prometheus.
- [Enabling the metrics endpoint](https://www.elastic.co/elastic/docs-builder/docs/3028/deploy-manage/monitor/orchestrators/k8s-enabling-metrics-endpoint)
- [Securing the metrics endpoint](https://www.elastic.co/elastic/docs-builder/docs/3028/deploy-manage/monitor/orchestrators/k8s-securing-metrics-endpoint) (ECK 2.16 and lower)
- [Prometheus requirements](https://www.elastic.co/elastic/docs-builder/docs/3028/deploy-manage/monitor/orchestrators/k8s-prometheus-requirements)

<note>
  The ECK operator metrics endpoint is secured by default beginning in version 3.0.0.
</note>