| { |
| "@context": { |
| "@language": "en", |
| "@vocab": "https://schema.org/", |
| "citeAs": "cr:citeAs", |
| "column": "cr:column", |
| "conformsTo": "dct:conformsTo", |
| "cr": "http://mlcommons.org/croissant/", |
| "rai": "http://mlcommons.org/croissant/RAI/", |
| "data": { |
| "@id": "cr:data", |
| "@type": "@json" |
| }, |
| "dataType": { |
| "@id": "cr:dataType", |
| "@type": "@vocab" |
| }, |
| "dct": "http://purl.org/dc/terms/", |
| "examples": { |
| "@id": "cr:examples", |
| "@type": "@json" |
| }, |
| "extract": "cr:extract", |
| "field": "cr:field", |
| "fileProperty": "cr:fileProperty", |
| "fileObject": "cr:fileObject", |
| "fileSet": "cr:fileSet", |
| "format": "cr:format", |
| "includes": "cr:includes", |
| "isLiveDataset": "cr:isLiveDataset", |
| "jsonPath": "cr:jsonPath", |
| "key": "cr:key", |
| "md5": "cr:md5", |
| "parentField": "cr:parentField", |
| "path": "cr:path", |
| "recordSet": "cr:recordSet", |
| "references": "cr:references", |
| "regex": "cr:regex", |
| "repeated": "cr:repeated", |
| "replace": "cr:replace", |
| "sc": "https://schema.org/", |
| "separator": "cr:separator", |
| "source": "cr:source", |
| "subField": "cr:subField", |
| "transform": "cr:transform", |
| "samplingRate": "cr:samplingRate", |
| "equivalentProperty": "cr:equivalentProperty" |
| }, |
| "@type": "sc:Dataset", |
| "conformsTo": "http://mlcommons.org/croissant/1.0", |
| "name": "ops-lite-review-sample", |
| "description": "A reviewer-facing 10-case sample of the ops-lite RCA benchmark for microservice systems. Each case bundles a chaos-injection ground truth, a manifest-derived causal service graph, runtime environment snapshots, and abnormal/normal parquet telemetry tables. The sample is curated to expose both human-readable case identifiers and opaque batch-style identifiers while covering Train-Ticket (ts), Hotel Reservation from DeathStarBench (hs), and the OpenTelemetry Demo application (otel-demo).", |
| "url": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample", |
| "version": "1.0.0", |
| "datePublished": "2026-05-07", |
| "license": "https://www.apache.org/licenses/LICENSE-2.0", |
| "citeAs": "@misc{opslitereviewsample2026, title={ops-lite-review-sample: Reviewer Sample for ops-lite}, year={2026}, howpublished={\\url{https://huggingface.co/datasets/anon-ops/ops-lite-review-sample}}}", |
| "creator": { |
| "@type": "Organization", |
| "name": "anon-ops" |
| }, |
| "keywords": [ |
| "root-cause-analysis", |
| "microservices", |
| "observability", |
| "AIOps", |
| "chaos-engineering", |
| "causal-graph", |
| "benchmark" |
| ], |
| "isLiveDataset": false, |
| "distribution": [ |
| { |
| "@type": "cr:FileObject", |
| "@id": "repo", |
| "name": "repo", |
| "description": "The Hugging Face git repository.", |
| "contentUrl": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample/tree/refs%2Fconvert%2Fparquet", |
| "encodingFormat": "git+https", |
| "sha256": "https://github.com/mlcommons/croissant/issues/80" |
| }, |
| { |
| "@type": "cr:FileSet", |
| "@id": "parquet-files-for-config-default", |
| "containedIn": { |
| "@id": "repo" |
| }, |
| "encodingFormat": "application/x-parquet", |
| "includes": "default/*/*.parquet" |
| }, |
| { |
| "@type": "cr:FileObject", |
| "@id": "manifest.jsonl", |
| "name": "manifest.jsonl", |
| "description": "Case-level manifest for the published dataset release.", |
| "contentUrl": "https://huggingface.co/datasets/anon-ops/ops-lite-review-sample/resolve/main/manifest.jsonl", |
| "encodingFormat": "application/jsonlines", |
| "sha256": "b988c37119d5a0f933b4b7c03d7c54bd8ba541cad7e34a64699f4aeefcdb7bf9" |
| } |
| ], |
| "recordSet": [ |
| { |
| "@type": "cr:RecordSet", |
| "@id": "cases_index", |
| "name": "cases_index", |
| "description": "One record per curated RCA case.", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/name", |
| "name": "name", |
| "description": "Stable case identifier; also the directory name under cases/.", |
| "dataType": "sc:Text", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.name" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/system", |
| "name": "system", |
| "description": "Microservice testbed: ts (Train-Ticket), hs (Hotel Reservation / DeathStarBench), or otel-demo (OpenTelemetry Demo).", |
| "dataType": "sc:Text", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.system" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/longest_path", |
| "name": "longest_path", |
| "description": "Longest fault-propagation path length in the ground-truth causal graph.", |
| "dataType": "sc:Integer", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.longest_path" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/n_svc", |
| "name": "n_svc", |
| "description": "Number of services in the case's causal graph.", |
| "dataType": "sc:Integer", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.n_svc" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/n_edge", |
| "name": "n_edge", |
| "description": "Number of edges in the case's causal graph.", |
| "dataType": "sc:Integer", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.n_edge" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/n_alarm_svc", |
| "name": "n_alarm_svc", |
| "description": "Number of services that produced detector alarms during the abnormal window.", |
| "dataType": "sc:Integer", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.n_alarm_svc" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/root_services", |
| "name": "root_services", |
| "description": "Ground-truth root-cause services (the chaos injection target(s)).", |
| "dataType": "sc:Text", |
| "repeated": true, |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.root_services[*]" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/chaos_family", |
| "name": "chaos_family", |
| "description": "Coarse chaos family: JVM*, HTTP*, Network*, Pod*, *Stress, DNS, Time, hybrid_clean, hybrid_kill.", |
| "dataType": "sc:Text", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.chaos_family" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/primary_kind", |
| "name": "primary_kind", |
| "description": "Specific chaos type for non-hybrid cases, otherwise 'hybrid'.", |
| "dataType": "sc:Text", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.primary_kind" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/subtypes", |
| "name": "subtypes", |
| "description": "Sorted unique chaos_types present in the case (one per leg for hybrid cases).", |
| "dataType": "sc:Text", |
| "repeated": true, |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.subtypes[*]" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/hybrid", |
| "name": "hybrid", |
| "description": "True if the case combines two or more chaos legs.", |
| "dataType": "sc:Boolean", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.hybrid" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "cases_index/has_kill_leg", |
| "name": "has_kill_leg", |
| "description": "True if any leg of the injection is a pod-kill style fault.", |
| "dataType": "sc:Boolean", |
| "source": { |
| "fileObject": { |
| "@id": "manifest.jsonl" |
| }, |
| "extract": { |
| "jsonPath": "$.has_kill_leg" |
| } |
| } |
| } |
| ] |
| } |
| ], |
| "rai:dataCollection": "This repository is a reviewer-facing 10-case sample drawn from the full ops-lite benchmark. Cases are copied directly from the full release and retain the same per-case artifact structure. The sample is manually curated to remain small enough for quick inspection while still covering all three systems, multiple common fault families, and both naming styles used in the full release.", |
| "rai:dataCollectionType": [ |
| "Synthetic / Simulation", |
| "Automated machine instrumentation" |
| ], |
| "rai:dataCollectionTimeframe": { |
| "startDate": "2026-04-20", |
| "endDate": "2026-05-03" |
| }, |
| "rai:dataAnnotationProtocol": "Ground-truth causal graphs are produced automatically by a manifest-driven fault-propagation reasoner (rcabench-platform v3, internal/reasoning). For each case the reasoner reads the chaos injection's fault contract from a registered fault manifest and enumerates layer-by-layer the services that the contract says can be affected, terminating when no further nodes match the contract's entry signatures. The resulting service graph is what the fault contract itself prescribes as propagation - it is not a post-filtered exhaustive walk. Cases whose resulting graph is cyclic, has longest_path <= 1, or whose injection target is a frontend / load-generator service are dropped. The kept pool is reduced to 500 by a greedy selector with hard caps on system, chaos family, and root service.", |
| "rai:dataAnnotationPlatform": "rcabench-platform v3 internal/reasoning module (manifest-driven layer expansion); curation script in the AegisLab repository.", |
| "rai:dataAnnotationAnalysis": "Annotation is fully algorithmic and deterministic given the fault manifest, so per-annotator agreement is not applicable. Quality is governed by the manifest itself: every chaos type used in this sample has an entry signature and propagation rule registered in rcabench-platform's manifest, and the graph for any case can be regenerated from the injection.json and the manifest version. Aggregate graph-shape statistics for this 10-case sample are: mean longest_path 3.50, mean n_edge 3.10, mean n_svc 3.60.", |
| "rai:annotationsPerItem": "1 (deterministic, manifest-derived).", |
| "rai:annotatorDemographics": "Not applicable - annotations are produced by software, not humans.", |
| "rai:machineAnnotationTools": [ |
| "rcabench-platform v3 internal/reasoning (manifest-driven causal-graph reasoner)" |
| ], |
| "rai:personalSensitiveInformation": "None. The dataset contains only synthetic load and fault telemetry from open-source microservice testbeds running in isolated lab clusters. No real user data, PII, payment data, or production traffic is present. Service / endpoint names come from the public Train-Ticket, Hotel Reservation / DeathStarBench, and OpenTelemetry Demo projects.", |
| "rai:dataBiases": "This sample is intentionally curated for reviewer inspection rather than statistical representativeness. Coverage is balanced across systems (4 ts, 3 hs, 3 otel-demo) and includes both named cases and opaque batch identifiers, but the sample under-represents the full benchmark's long tail of fault families and service roots. Use the full ops-lite release for benchmarking and corpus-level statistics.", |
| "rai:dataUseCases": "Recommended uses: (1) benchmarking microservice RCA algorithms - root-cause ranking, propagation-path inference, alarm clustering, anomaly detection on service metrics; (2) ablation studies on graph-shape difficulty (longest_path, n_edge); (3) supervision data for graph-structured RCA models. Not recommended: (1) training or evaluating production-incident triage on real customer traffic - the synthetic load and lab setting do not reflect production tail behavior; (2) general-purpose anomaly detection unrelated to microservice fault propagation; (3) any task requiring real user, employee, or business data.", |
| "rai:dataLimitations": "This repository is only a 10-case reviewer sample. It is suitable for spot-checking file layout, labels, and case quality, but not for quantitative evaluation or for estimating corpus-level distributions. The full benchmark remains the authoritative release for experiments.", |
| "rai:dataSocialImpact": "The dataset is intended to advance reproducible RCA research for microservice systems. Risks are low: there is no human or operational data. Possible indirect risk: an RCA algorithm tuned only on this benchmark may transfer poorly to production fault distributions, potentially giving operators false confidence. Users are encouraged to report any observed gaps between benchmark performance and production performance via the dataset's HF discussion page.", |
| "rai:dataReleaseMaintenancePlan": "Versioned releases on Hugging Face under anon-ops/ops-lite. The pipeline that produced this release (chaos injection in AegisLab + manifest-driven reasoner in rcabench-platform v3) is open-source, so any reissue can be reproduced from the same fault manifest commit. We plan to refresh the corpus when the fault manifest gains new chaos families. No deprecation timeline is set; older versions remain accessible via repo history." |
| } |