internal/

directory
v0.9.659 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2026 License: MIT

Directories

Path Synopsis
Package acache is the Traces filter autocomplete cache.
Package acache is the Traces filter autocomplete cache.
Package agent runs the COREMETRY_MODE=agent role: it claims automated runbook steps (http / javascript / bash) from the API, executes them in an isolated pod, and posts the result back.
Package agent runs the COREMETRY_MODE=agent role: it claims automated runbook steps (http / javascript / bash) from the API, executes them in an isolated pod, and posts the result back.
Package anomaly runs a Watchdog/Lookout-style baseline check on a few key signals (error_rate, p99 latency, request_rate).
Package anomaly runs a Watchdog/Lookout-style baseline check on a few key signals (error_rate, p99 latency, request_rate).
Package api — AI observability endpoints (v0.5.163).
Package api — AI observability endpoints (v0.5.163).
Package auth implements local username/password auth + JWT issuing for the Coremetry HTTP API.
Package auth implements local username/password auth + JWT issuing for the Coremetry HTTP API.
Package cache provides a thin abstraction over Redis (or none) for two scaling primitives the rest of Coremetry depends on:
Package cache provides a thin abstraction over Redis (or none) for two scaling primitives the rest of Coremetry depends on:
Package chmigrate copies historical data from a single-node ClickHouse instance into a Distributed-CH cluster managed by Coremetry.
Package chmigrate copies historical data from a single-node ClickHouse instance into a Distributed-CH cluster managed by Coremetry.
v0.9.580 — korelasyon kimliği örnekleri.
v0.9.580 — korelasyon kimliği örnekleri.
Package cluster gives Coremetry pods a way to see each other in an HA / replicated deployment (v0.5.253).
Package cluster gives Coremetry pods a way to see each other in an HA / replicated deployment (v0.5.253).
Package copilot wraps an LLM Messages/Chat API to produce natural-language explanations of telemetry artifacts — trace flame, open Problem, exception group.
Package copilot wraps an LLM Messages/Chat API to produce natural-language explanations of telemetry artifacts — trace flame, open Problem, exception group.
Package correlator builds and refreshes a service-to-neighbors adjacency map from sampled trace topology.
Package correlator builds and refreshes a service-to-neighbors adjacency map from sampled trace topology.
Package dql is Coremetry's unified query language (v0.5.265) — a Kusto/Dynatrace-DQL-flavoured pipe shape that compiles down to the existing chstore aggregations.
Package dql is Coremetry's unified query language (v0.5.265) — a Kusto/Dynatrace-DQL-flavoured pipe shape that compiles down to the existing chstore aggregations.
Package elasticml polls Elastic ML anomaly-detection jobs and ingests significant records into Coremetry's anomaly_events table.
Package elasticml polls Elastic ML anomaly-detection jobs and ingests significant records into Coremetry's anomaly_events table.
Package evaluator runs alert rules on a fixed interval, opens problems when their condition is breached, and resolves problems whose breach is no longer present.
Package evaluator runs alert rules on a fixed interval, opens problems when their condition is breached, and resolves problems whose breach is no longer present.
Package ldap is the enterprise auth provider — connects to a corporate LDAP/AD directory, authenticates users with their domain credentials, and resolves their group memberships into Coremetry roles via an admin-configurable mapping.
Package ldap is the enterprise auth provider — connects to a corporate LDAP/AD directory, authenticates users with their domain credentials, and resolves their group memberships into Coremetry roles via an admin-configurable mapping.
v0.9.630 — "ELASTICSEARCH UNREACHABLE AT BOOT" çoğu zaman YALAN'dı.
v0.9.630 — "ELASTICSEARCH UNREACHABLE AT BOOT" çoğu zaman YALAN'dı.
Package mcp implements the Model Context Protocol server side for Coremetry.
Package mcp implements the Model Context Protocol server side for Coremetry.
Package mcptools wires Coremetry's telemetry surfaces as MCP tools (v0.6.5).
Package mcptools wires Coremetry's telemetry surfaces as MCP tools (v0.6.5).
Package monitor implements the synthetic-monitoring runner — periodic HTTP probes + heartbeat liveness checks.
Package monitor implements the synthetic-monitoring runner — periodic HTTP probes + heartbeat liveness checks.
Package notify dispatches Problem alerts to user-configured notification channels: email (SMTP), Slack/Mattermost (incoming-webhook compatible), generic webhook (raw JSON POST), and WhatsApp (via Twilio's Messages API).
Package notify dispatches Problem alerts to user-configured notification channels: email (SMTP), Slack/Mattermost (incoming-webhook compatible), generic webhook (raw JSON POST), and WhatsApp (via Twilio's Messages API).
v0.9.628 — semconv sözlüğü 2023'te donmuştu.
v0.9.628 — semconv sözlüğü 2023'te donmuştu.
Package pipeline is Coremetry's ingest-time policy engine (v0.5.263).
Package pipeline is Coremetry's ingest-time policy engine (v0.5.263).
Package profileconv parses pprof profiles into a hierarchical flame tree suitable for visualisation in the UI.
Package profileconv parses pprof profiles into a hierarchical flame tree suitable for visualisation in the UI.
Package promql is Coremetry's PromQL query engine (v0.9.111+) — a real lexer + recursive-descent parser + AST that compiles down to the existing chstore metric machinery (QueryMetric / QueryMetricRate / QueryMetricHistogramPercentile — the F1-F3 work).
Package promql is Coremetry's PromQL query engine (v0.9.111+) — a real lexer + recursive-descent parser + AST that compiles down to the existing chstore metric machinery (QueryMetric / QueryMetricRate / QueryMetricHistogramPercentile — the F1-F3 work).
Package rag — v0.8.438 doküman soru-cevap (RAG) servisi.
Package rag — v0.8.438 doküman soru-cevap (RAG) servisi.
Package selfobs wires Coremetry's own OTel SDK (traces + metrics) so the running binary emits telemetry about itself — appears on /services alongside the demo + production traffic it observes.
Package selfobs wires Coremetry's own OTel SDK (traces + metrics) so the running binary emits telemetry about itself — appears on /services alongside the demo + production traffic it observes.
Package sse hosts a tiny in-process event bus + HTTP handler that browsers consume via the EventSource API.
Package sse hosts a tiny in-process event bus + HTTP handler that browsers consume via the EventSource API.
Package templater turns raw log lines into stable templates via the Drain-3 algorithm (online template extraction with a fixed- depth tree).
Package templater turns raw log lines into stable templates via the Drain-3 algorithm (online template extraction with a fixed- depth tree).
Package tempo implements a read-through client for an external Grafana Tempo deployment (v0.5.189).
Package tempo implements a read-through client for an external Grafana Tempo deployment (v0.5.189).
Package thanos implements a read-only client for the Thanos Querier endpoints of external OpenShift clusters (v0.8.575, audit: docs/audit/thanos-multicluster-metrics-audit.md).
Package thanos implements a read-only client for the Thanos Querier endpoints of external OpenShift clusters (v0.8.575, audit: docs/audit/thanos-multicluster-metrics-audit.md).
Package topology runs the background aggregator that pre- computes service-level topology edges into the topology_edges_5m table.
Package topology runs the background aggregator that pre- computes service-level topology edges into the topology_edges_5m table.
Package watcher parses Elasticsearch Watcher definitions (the exact PUT _watcher/watch body) and projects them onto Coremetry alert rules — Faz-1 of the operator requirement "birebir aynı Watcher JSON'ı Coremetry çalışabilsin" (v0.9.x).
Package watcher parses Elasticsearch Watcher definitions (the exact PUT _watcher/watch body) and projects them onto Coremetry alert rules — Faz-1 of the operator requirement "birebir aynı Watcher JSON'ı Coremetry çalışabilsin" (v0.9.x).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL