# Name

## Summary

**Name** sets a human-readable name for the route. When set, Pomerium also uses this value as the Envoy cluster stat name, which appears in metrics under the `envoy_cluster_name` label.

If **Name** is not set, the route has no display name and the cluster stat name will be empty.

## How to configure

**Core:**

| **Config file key** | **Type** | **Usage**    |
| :------------------ | :------- | :----------- |
| `name`              | `string` | **optional** |

### Examples

```yaml
routes:
  - from: https://verify.example.com
    to: https://verify.local
    name: verify
```

**Enterprise:**

Set the route **Name** under **General** route settings in the Console.

**Kubernetes:**

See Kubernetes [Ingress](https://www.pomerium.com/docs/deploy/k8s/ingress.md#metrics) for more information
