Skip to main content

cilcenk/coremetry

جمع SkillsMP عدد ١٩ من skills من cilcenk/coremetry. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
١٩
نجوم GitHub
٤
تفرعات GitHub
٥

Skills في هذا المستودع

التصنيف قيد الانتظار

عرض ١٩ من أصل ١٩ skills مجمعة.

المهنة
غير مصنف
الوصف

Add a new HTTP endpoint to Coremetry — ALWAYS in its own internal/api/<domain>.go file with a `registerXxxRoutes(mux)` method, so api.go (11.8k lines, 352 routes) grows by exactly one line. Covers route/auth/audit/serveCached/writeErr conventions, the four…

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry production bug → repro → one-sentence root cause → minimal fix + regression test → shipped as its own v0.10.X+1 via /release. Use when the operator reports a defect they OBSERVED in the running product ("operator-reported X", "X sayfası boş…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Render the operator's prioritised DEVELOPMENT queue — in-progress and pending items grouped bugs > scale > features > polish, at most 7 rows with effort estimates, ending in the literal prompt "Hangisi?" so the operator picks rather than reading analysis. Use…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Checklist for every change to Coremetry's OTLP→ClickHouse conversion (internal/otlp/) — the field-by-field map of what reaches CH and what is silently dropped, plus the six things that break quietly — span links, exemplars, attribute routing (promoted →…

لغة النص الأصلي: التركية

آخر تحديث
المهنة
غير مصنف
الوصف

Cut a Coremetry release — compute the next v0.10.X tag from git tags, run every gate, stage explicit paths, commit in the CLAUDE.md format, annotate the tag, push, then rebuild the image in the background with `make image` (never `make docker-up` — v0.9.210).…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry ClickHouse guardrails — decision tree for new tables/MVs/columns, engine choice, ORDER BY and where high-cardinality columns go, the MV-first invariant, distributed-safe column adds (the two-boot contract), the four rollup families (narrow/wide span…

لغة النص الأصلي: التركية

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry's UI component contract — find the existing primitive BEFORE writing a new one (the ui/ barrel is incomplete, which is how half the duplicates were born), pick the right Button/table variant, respect the @grafana/ui boundary (2 files, 2 jobs,…

لغة النص الأصلي: التركية

آخر تحديث
المهنة
غير مصنف
الوصف

Diagnose ONE concrete Coremetry slowness complaint ("X sayfası yavaş", "bu uç 3 saniye") with measurements instead of guesses — split backend vs frontend by TTFB + X-Cache, then EXPLAIN indexes=1 + system.query_log read_rows/read_bytes on the ClickHouse side,…

لغة النص الأصلي: التركية

آخر تحديث
المهنة
غير مصنف
الوصف

Add ONE new AI "✨ Explain" affordance to Coremetry — system prompt in internal/copilot/prompts.go, route + handler, the s.copilotExplain(r, …) wrapper that keeps /ai attribution honest, the lib/api.ts client method, and the button. Use when the operator wants…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry frontend house rules — Button/Field/Badge atoms, useDataTable sort+resize, server-debounced Pickers, URL-as-source-of-truth with sig-guarded imports, theme tokens, polling ≥10s + document.hidden, ES-cost fetch discipline, uPlot-only charts,…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Add a new panel TYPE to Coremetry's dashboard system — the PanelType union in lib/types.ts, the *PanelConfig interface, PanelRenderer dispatch, the editor form, variable substitution, bundle-fetch and zoom-sync touchpoints. Use ONLY when introducing a…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry Helm chart guardrails — OpenShift restricted-v2 SCC compatibility, global.imageRegistry air-gapped rewrite, external ClickHouse/Redis wiring, monolithic vs distributed deployment.mode, MCP/SSE session affinity, the reset-schema hook, Route vs…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Add a tool, resource or prompt to Coremetry's OWN MCP server (internal/mcptools/) — the Deps closure, the range_s convention instead of nanosecond timestamps, clampLimit caps, contract-style tool descriptions, auth gating and audit on writes. Use BEFORE…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Coremetry's OTel guardrails — single W3C tracecontext propagator policy, the "critical 5" resource attributes, semconv → ClickHouse column mapping (http.*/db.*/messaging.*/gen_ai.*), OTLP gRPC vs HTTP receivers, duration/percentile naming locks, sampling…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Pre-commit review of the CURRENT working-tree diff against Coremetry's CLAUDE.md — hard constraints, performance budgets, architectural invariants, the ship checklist. Catches debug residue, commented-out blocks, eager-picker / MV-bypass / cache-key /…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Periodic regression catcher for Coremetry's production scale — surveys frontend pickers, tables, polling, cache keys, CH bounds, render traps, permission gating AND the architectural invariants (MV reads, system_settings hydration, logstore routing, ai_calls…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Turn a vague Coremetry feature request into a one-page implementation spec the operator approves BEFORE any code is written — files to touch in CLAUDE.md order, API surface, CH schema/migration, cache-key + auth + audit gates, UX surface, risk, effort…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Test-first loop for NEW Coremetry backend work — write the failing table-driven test against a pure seam (SQL builder, decision function, key/format helper) BEFORE the implementation, iterate to green, then ship via /release. Use when building a new backend…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
غير مصنف
الوصف

Locate where a concept lives in the Coremetry codebase — delegates the search to an Explore subagent and returns at most 7 file:line pointers with a one-line summary each, so the main session's context is never spent on grep+read cycles. Use when the operator…

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ١٩ من أصل ١٩ skills مجمعة.