signoz-managing-views

Installation
SKILL.md

Managing Saved Views

Create, read, update, and delete SigNoz saved Explorer views via the SigNoz MCP server. A saved view is a reusable snapshot of an Explorer query on the Logs, Traces, or Metrics page — name + filters + panel type, scoped to one sourcePage. They are not dashboards and not alerts.

This skill covers the full CRUD surface in one place because the operations share the same schema, the same identity model (UUID per view), and the same prerequisite resources. The only operation with real blast radius is delete, and update has a sharp edge (full-body replace) — both get explicit guards below.

Prerequisites

This skill calls SigNoz MCP server tools (signoz:signoz_create_view, signoz:signoz_list_views, signoz:signoz_get_view, signoz:signoz_update_view, signoz:signoz_delete_view, signoz:signoz_get_field_keys, signoz:signoz_get_field_values). Before

Related skills
Installs
26
GitHub Stars
4
First Seen
8 days ago