Skip to content

Make the Performance Profiler drift-aware with time-series anomaly detection on Azure metrics #2

@Whatsonyourmind

Description

@Whatsonyourmind

The telemetry-gap scanner is a sharp angle for proactive SRE. One thing that could sharpen the Performance Profiler: a lightweight time-series anomaly detector over the Azure metric windows (CPU, latency, error rate, throttling) scored against a learned baseline — so the agent surfaces when a metric goes off-baseline, not just what the current bottleneck is. That turns the profiler from point-in-time into drift-aware.

detect_anomaly does exactly this (statistical outlier scoring on a metric series) and is callable as an MCP tool via npx -y @oraclaw/mcp-server, so it drops in as a parallel tool call alongside your existing investigators rather than re-implementing baseline logic.

Disclosure: I maintain OraClaw, so I'm biased — just flagging since it maps onto the monitoring/telemetry gaps the README calls out. Happy to share a minimal example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions