curl --request POST --header"Gitlab-Kas-Api-Request: <JWT token>"--header"Content-Type: application/json"--data'{"gitops_sync_count":1}'"http://localhost:3000/api/v4/internal/kubernetes/usage_metrics"
curl --request POST --header"Gitlab-Kas-Api-Request: <JWT token>"--header"Content-Type: application/json"--data'{"gitops_sync_count":1}'"http://localhost:3000/api/v4/internal/kubernetes/usage_metrics"
```
```
### Kubernetes agent alert metrics
Called from GitLab Kubernetes Agent Server (KAS) to save alerts derived from Cilium on Kubernetes
Cluster.
| Attribute | Type | Required | Description |
|:----------|:-------|:---------|:------------|
| `alert` | Hash | yes | Alerts detail. Currently same format as [3rd party alert](../operations/incident_management/alert_integrations.md#customize-the-alert-payload-outside-of-gitlab). |
```plaintext
POST internal/kubernetes/modules/cilium/network_alert