---
title: "Repomix server monitoring"
description: "Cloud Monitoring dashboard definition for `repomix-server-us`."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-594
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:45.233Z
license: CC-BY-4.0
attribution: "Repomix server monitoring — Claudary (https://claudary.paisolsolutions.com/skills/readme-594)"
---

# Repomix server monitoring
Cloud Monitoring dashboard definition for `repomix-server-us`.

## Overview

# Repomix server monitoring

Cloud Monitoring dashboard definition for `repomix-server-us`.

Log-based metrics used by the dashboard are managed directly in the GCP Console
(`logging.googleapis.com/user/oom_terminations` and `container_killed`). They
persist on the project and do not need to be redefined here.

## Apply the dashboard

```bash
# Create
gcloud monitoring dashboards create --config-from-file=dashboard.json --project=repomix

# Update (use the dashboard ID from `gcloud monitoring dashboards list`)
gcloud monitoring dashboards update projects/repomix/dashboards/<ID> \\
  --config-from-file=dashboard.json --project=repomix
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-594) · https://claudary.paisolsolutions.com
