Skip to main content
netdata
GitHub 제작자 프로필

netdata

5개 GitHub 저장소에서 수집된 95개 skills를 저장소 단위로 보여줍니다.

수집된 skills
95
저장소
5
업데이트
2026년 8월 25일
저장소 탐색

저장소와 대표 skills

netdata-alert-migration
소프트웨어 개발자

Use when migrating alerting rules from VictoriaMetrics (vmalert), Prometheus, Thanos Ruler, or Mimir/Cortex to Netdata health alerts. These tools share the same Prometheus alerting-rule YAML and PromQL/MetricsQL, so the method is identical. Covers the…

2026년 5월 31일
netdata-custom-collector
소프트웨어 개발자

Use when you need Netdata to collect metrics from something it does not already monitor, such as a custom application, an internal service, the output of a script or CLI tool, or a device. Covers the decision tree from the built-in StatsD server (zero…

2026년 5월 31일
netdata-collector-config
소프트웨어 개발자

Use when building or modifying an OpenTelemetry Collector pipeline that forwards telemetry to Netdata. Covers receivers, processors, exporters, and three deployment patterns (DaemonSet, gateway, and OpenTelemetry Operator). Teaches how to shape chart…

2026년 5월 14일
netdata-config-from-requirements
소프트웨어 개발자

Use when a customer or prospect has sent a written requirements document, architecture brief, or RFP and the deliverable is a config bundle (Netdata otel.yaml, OpenTelemetry Collector pipelines, per-language instrumentation handoff, verification playbook)…

2026년 4월 20일
netdata-instrumentation
소프트웨어 개발자

Use when adding OpenTelemetry instrumentation to application code that will report to Netdata. Covers SDK setup, resource attributes, auto-instrumentation, and patterns for Node.js, Python, Java, Go, .NET, Ruby, and PHP. Emits metrics and logs via OTLP gRPC…

2026년 4월 20일
netdata-mcp-integration
소프트웨어 개발자

Use when an AI coding agent needs to connect to a Netdata Agent, Parent, or Netdata Cloud via MCP to verify telemetry, query live metrics, cross-reference instrumentation with infrastructure signals, or troubleshoot services. Covers Claude Code, Cursor,…

2026년 4월 20일
netdata-migration
소프트웨어 개발자

Use when migrating observability from Datadog, New Relic, Dynatrace, or Prometheus to Netdata. Covers SDK replacement, exporter reconfiguration, Prometheus endpoint passthrough, and dashboard parity expectations.

2026년 4월 20일
netdata-otel-setup
소프트웨어 개발자

Use when enabling the Netdata otel.plugin, writing /etc/netdata/otel.yaml, defining metric-to-chart mappings, configuring TLS on the OTLP receiver, or debugging OTLP ingestion issues with Netdata. Covers OTLP gRPC ingestion for metrics (v2.7.0+) and logs…

2026년 4월 20일
수집된 skill 57개 중 8개를 표시합니다.
learn-site-structure
소프트웨어 개발자

Authoritative reference for how docs in this repo (and 5 other Netdata-org repos) become published pages on `learn.netdata.cloud`. Covers the `<repo>/docs/.map/map.yaml` source-of-truth (the actual lever -- filesystem path is irrelevant for routing), the live…

2026년 8월 25일
sonarqube-audit
미분류

Triage SonarCloud findings (issues, hotspots, code smells, vulnerabilities) for this project — search what's open, mark False Positive / Won't Fix / Confirm / Safe / Acknowledged / Fixed, batch-mark whole rule families. Use when the user asks to "review Sonar…

2026년 8월 25일
query-netdata-agents
네트워크·컴퓨터 시스템 관리자

Query Netdata Agents (parents and children) directly via their HTTP API on port 19999. Includes a bearer-token helper that mints, caches, and transparently refreshes a per-agent bearer from a long-lived Netdata Cloud token, and auto-detects bearer-protected…

2026년 8월 25일
query-netdata-cloud
네트워크·컴퓨터 시스템 관리자

Query Netdata Cloud via its REST API -- metrics, logs (systemd-journal / windows-events / macos-logs / otel-logs), topology graphs (topology:snmp), network flows (flows:netflow), alerts, dynamic configuration (DynCfg), and generic Functions on a node. Use…

2026년 8월 25일
pr-reviews
소프트웨어 품질 보증 분석가·테스터

Address pull-request comments and reviews iteratively until the PR is clean — fetch all comments with paranoid pagination, classify by author (AI bot vs human), verify each finding, address it, find similar patterns, reply per-thread, resolve threads, pull…

2026년 8월 24일
integrations-lifecycle
소프트웨어 개발자

Netdata integrations pipeline reference. Use when editing metadata.yaml or taxonomy.yaml; modifying integrations generators, schemas, taxonomy registries, templates, generated integration docs, integrations.js, integrations.json, integrations/taxonomy.json,…

2026년 8월 24일
project-prometheus-profiles
미분류

Create, review, validate, prove, iterate, or install Netdata Prometheus collector chart profiles (`go.d/prometheus.profiles/*.yaml`). Use for exporter dashboard design, profile schema/runtime behavior, selector/relabel/fallback policy, chart coverage and…

2026년 8월 24일
project-query-corpus
소프트웨어 품질 보증 분석가·테스터

Developer contract for the query contract corpus (tests/query-corpus) — the black-box correctness suite for the Netdata query engine. Use when running the corpus, adding or extending corpus cases, authoring fixtures, changing an oracle or a byte-pin, adding a…

2026년 8월 23일
수집된 skill 22개 중 8개를 표시합니다.
project-coding
소프트웨어 개발자

Apply ai-viewer coding standards for production-quality Go and TypeScript changes. Use for implementation, refactoring, runtime behavior changes, and any change where clean code, separation of concerns, modularity, or maintainability matters.

2026년 7월 11일
project-go-backend
소프트웨어 개발자

Apply Go-specific patterns used in ai-viewer for fsnotify watching, SQLite access, SSE streaming, and structured logging. Use when editing internal/ingest, internal/store, internal/presenter, internal/adapters, internal/canonical, or internal/obs.

2026년 6월 30일
project-second-opinions
소프트웨어 품질 보증 분석가·테스터

Run ai-viewer's external reviewer gates. Use on meaningful chunks of work, at least per SOW and per substantial SOW milestone: gap analysis, implementation plan, and implementation review. Reviewers are glm, minimax, kimi, mimo, deepseek, and qwen. They are…

2026년 6월 30일
project-workflow
소프트웨어 개발자

Master orchestration cycle for ai-viewer work — gap→plan→spec→test→code→gates→review→commit. The CTO writes implementation directly. Helper subagents are optional for bounded investigation, not the implementation norm. External reviewers are three milestone…

2026년 6월 30일
project-quality-gates
소프트웨어 품질 보증 분석가·테스터

Catalog of every automated quality gate ai-viewer enforces — commands, thresholds, and what to do when a gate fails. Use before claiming any work done, before any commit, when adding a new gate, or when investigating a CI failure. The runtime companion to…

2026년 6월 28일
project-specs-sync
소프트웨어 개발자

Keep ai-viewer specs synchronized with code. Use whenever a code change touches runtime behavior, defaults, schemas, contracts, file layouts, or external interfaces.

2026년 6월 28일
project-delegation
기타 컴퓨터 관련 직업

Helper-subagent patterns for ai-viewer. Use when bounded read-only investigation, summarization, or parallel context gathering would help. Do not use this skill to delegate implementation by default, and do not use helper subagents as external reviewer gates.

2026년 6월 28일
project-deployment
네트워크·컴퓨터 시스템 관리자

Install, run, and operate ai-viewer on the operator's workstation — the system install (/opt/ai-viewer, runs-as-operator, explicit --source flags, systemd units), the user install alternative, build/run/upgrade/uninstall commands, and the threat-model…

2026년 6월 26일
수집된 skill 11개 중 8개를 표시합니다.
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다