time-series-analysis

Community

Visualize trends with OPAL timechart.

Authorrustomax
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes temporal event datasets (logs) and intervals by binning data into time-based chunks and producing time-series visualizations with OPAL timechart, enabling trend discovery and temporal insights.

Core Features & Use Cases

  • Time-based binning with OPAL timechart to generate time-series data.
  • Supports bin duration options (1h, 5m, 1d) and custom bins via options(bins: N).
  • Outputs temporal columns: _c_valid_from, _c_valid_to, _c_bucket and returns multiple rows per group for charts.
  • Use cases include trend analysis, anomaly detection, and cross-namespace comparisons across datasets.

Quick Start

Use timechart to visualize errors per hour across namespaces: filter contains(body, "error") | make_col namespace:string(resource_attributes."k8s.namespace.name") | timechart 1h, count(), group_by(namespace)

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: time-series-analysis
Download link: https://github.com/rustomax/observe-community-mcp/archive/main.zip#time-series-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.