chore: import upstream snapshot with attribution
CI (OpenClaw E2E) / openclaw test (push) Has been cancelled
CI / coverage-report (push) Has been cancelled
CI / test-kubernetes (push) Has been cancelled
CI / should-run-thorough (push) Has been cancelled
CI / test-thorough (cloudwatch-demo) (push) Has been cancelled
CI / test-thorough (flink-ecs) (push) Has been cancelled
CI / test-thorough (upstream-lambda) (push) Has been cancelled
CI / test-thorough (prefect-ecs-fargate) (push) Has been cancelled
Release / build-binaries (zip, opensre.exe, onefile, windows-latest, windows-x64) (push) Has been cancelled
Benchmark image — build + push to ECR (any adapter) / build + push (push) Has been cancelled
CI / quality (ubuntu-latest) (push) Has been cancelled
CI / test (tools-runtime) (push) Has been cancelled
CI / test (e2e-general) (push) Has been cancelled
CI / test (cli-runtime) (push) Has been cancelled
CI / test (e2e-provider-and-openclaw) (push) Has been cancelled
CI / test (integrations-and-misc) (push) Has been cancelled
Release / verify (push) Has been cancelled
Release / build-python-dist (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-15-intel, darwin-x64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-latest, darwin-arm64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04, linux-x64) (push) Has been cancelled
Release / publish-release (push) Has been cancelled
Release / publish-main-release (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-checks (no-LLM) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-live shard ${{ matrix.shard_index }} (push) Has been cancelled
Release / prepare (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04-arm, linux-arm64) (push) Has been cancelled
Synthetic Deterministic Tests / Synthetic offline (deterministic) (push) Has been cancelled
CI (OpenClaw E2E) / openclaw test (push) Has been cancelled
CI / coverage-report (push) Has been cancelled
CI / test-kubernetes (push) Has been cancelled
CI / should-run-thorough (push) Has been cancelled
CI / test-thorough (cloudwatch-demo) (push) Has been cancelled
CI / test-thorough (flink-ecs) (push) Has been cancelled
CI / test-thorough (upstream-lambda) (push) Has been cancelled
CI / test-thorough (prefect-ecs-fargate) (push) Has been cancelled
Release / build-binaries (zip, opensre.exe, onefile, windows-latest, windows-x64) (push) Has been cancelled
Benchmark image — build + push to ECR (any adapter) / build + push (push) Has been cancelled
CI / quality (ubuntu-latest) (push) Has been cancelled
CI / test (tools-runtime) (push) Has been cancelled
CI / test (e2e-general) (push) Has been cancelled
CI / test (cli-runtime) (push) Has been cancelled
CI / test (e2e-provider-and-openclaw) (push) Has been cancelled
CI / test (integrations-and-misc) (push) Has been cancelled
Release / verify (push) Has been cancelled
Release / build-python-dist (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-15-intel, darwin-x64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-latest, darwin-arm64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04, linux-x64) (push) Has been cancelled
Release / publish-release (push) Has been cancelled
Release / publish-main-release (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-checks (no-LLM) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-live shard ${{ matrix.shard_index }} (push) Has been cancelled
Release / prepare (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04-arm, linux-arm64) (push) Has been cancelled
Synthetic Deterministic Tests / Synthetic offline (deterministic) (push) Has been cancelled
This commit is contained in:
+392
@@ -0,0 +1,392 @@
|
||||
{
|
||||
"$schema": "https://mintlify.com/docs.json",
|
||||
"theme": "mint",
|
||||
"name": "OpenSRE Documentation",
|
||||
"modeToggle": {
|
||||
"default": "dark",
|
||||
"isHidden": false
|
||||
},
|
||||
"colors": {
|
||||
"primary": "#000000",
|
||||
"light": "#FFFFFF",
|
||||
"dark": "#000000"
|
||||
},
|
||||
"favicon": "/favicon.ico",
|
||||
"styles": {
|
||||
"css": "/sidebar.css"
|
||||
},
|
||||
"scripts": [
|
||||
"/toc-actions.js",
|
||||
"https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js",
|
||||
"/radar-chart.js"
|
||||
],
|
||||
"navigation": {
|
||||
"directory": "card",
|
||||
"tabs": [
|
||||
{
|
||||
"tab": "Getting Started",
|
||||
"icon": "rocket",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Overview",
|
||||
"pages": [
|
||||
"index",
|
||||
"showcase",
|
||||
"features"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "First steps",
|
||||
"pages": [
|
||||
"quickstart",
|
||||
"investigation-overview",
|
||||
"how-investigations-work",
|
||||
"interactive-shell-commands",
|
||||
"interactive-shell-assistant",
|
||||
"deployment",
|
||||
"faq"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Benchmark",
|
||||
"pages": [
|
||||
"cloudopsbench"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Community",
|
||||
"pages": [
|
||||
"bi-weekly-giveaway"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Configuration",
|
||||
"pages": [
|
||||
"configuration/environment-variables"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Installation",
|
||||
"icon": "download",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Overview",
|
||||
"pages": [
|
||||
"install"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Local",
|
||||
"pages": [
|
||||
"install-local"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Enterprise",
|
||||
"pages": [
|
||||
"install-enterprise"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Integrations",
|
||||
"icon": "plug",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Overview",
|
||||
"pages": [
|
||||
"integrations-overview",
|
||||
"remote-runtime-investigation",
|
||||
"background-investigations",
|
||||
"masking",
|
||||
"interactive-shell-privacy",
|
||||
"sessions",
|
||||
"fleet",
|
||||
"cron",
|
||||
"closed-loop-learning",
|
||||
"multi-instance-integrations"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "LLM providers",
|
||||
"pages": [
|
||||
"llm-providers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Observability and incidents",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"alertmanager",
|
||||
"azure-monitor",
|
||||
"betterstack",
|
||||
"coralogix",
|
||||
"datadog",
|
||||
"grafana",
|
||||
"grafana_annotations",
|
||||
"groundcover",
|
||||
"hermes",
|
||||
"honeycomb",
|
||||
"incident_io",
|
||||
"openobserve",
|
||||
"opsgenie",
|
||||
"pagerduty",
|
||||
"posthog-mcp",
|
||||
"sentry",
|
||||
"sentry-mcp",
|
||||
"signoz",
|
||||
"tempo",
|
||||
"splunk",
|
||||
"victoria_logs",
|
||||
"x-mcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Cloud, code, and collaboration",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"argocd",
|
||||
"aws",
|
||||
"cloudtrail_events",
|
||||
"bitbucket",
|
||||
"github",
|
||||
"github-workflow-tools",
|
||||
"integrations/github-actions",
|
||||
"gitlab",
|
||||
"google-docs",
|
||||
"helm",
|
||||
"jenkins",
|
||||
"jira",
|
||||
"integrations/trello",
|
||||
"pi-coding",
|
||||
"fix-sentry-issue",
|
||||
"vercel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Messaging",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"messaging/index",
|
||||
"smtp",
|
||||
"messaging/slack",
|
||||
"messaging/discord",
|
||||
"messaging/telegram",
|
||||
"messaging/whatsapp",
|
||||
"messaging/twilio-sms"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Data and workflow systems",
|
||||
"pages": [
|
||||
"airflow",
|
||||
"azure-sql",
|
||||
"clickhouse",
|
||||
"dagster",
|
||||
"kafka",
|
||||
"mariadb",
|
||||
"mongodb",
|
||||
"mongodb-atlas",
|
||||
"mysql",
|
||||
"openclaw",
|
||||
"opensearch",
|
||||
"postgresql",
|
||||
"prefect",
|
||||
"rabbitmq",
|
||||
"rds",
|
||||
"snowflake",
|
||||
"supabase",
|
||||
"redis",
|
||||
"rds",
|
||||
"temporal"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Tracer",
|
||||
"icon": "/images/logo/tracer/Tracer-Head-Black.png",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Getting started",
|
||||
"pages": [
|
||||
"introduction-monitoring",
|
||||
"quickstart-monitoring",
|
||||
"tracer-faq"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Use cases",
|
||||
"pages": [
|
||||
"use-cases/logging",
|
||||
"use-cases/metrics",
|
||||
"use-cases/cost-optimization",
|
||||
"use-cases/right-sizing",
|
||||
"use-cases/cost-center-mapping",
|
||||
"use-cases/datalake"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Tutorials",
|
||||
"pages": [
|
||||
"tutorials/viewing-task-status",
|
||||
"tutorials/investigating-task-failures",
|
||||
"tutorials/fastquorum-debugging"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Frameworks",
|
||||
"pages": [
|
||||
"integrations/integration-workflow",
|
||||
"integrations/nextflow",
|
||||
"integrations/wdl",
|
||||
"integrations/bash",
|
||||
"integrations/snakemake",
|
||||
"integrations/slurm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Technology",
|
||||
"pages": [
|
||||
"technology/end-to-end",
|
||||
"technology/our-features",
|
||||
"technology/how-it-works",
|
||||
"technology/product-benefits",
|
||||
"technology/tracer-agent",
|
||||
{
|
||||
"group": "Tracer products",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"technology/tracer-collect",
|
||||
"technology/tracer-tune",
|
||||
"technology/tracer-sweep"
|
||||
]
|
||||
},
|
||||
"technology/ebpf-security",
|
||||
"technology/why-ebpf",
|
||||
"technology/data-model",
|
||||
"technology/limits-privacy",
|
||||
"technology/capabilities-compatibility"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Deployment environments",
|
||||
"pages": [
|
||||
"environments/overview",
|
||||
"environments/codespaces",
|
||||
"environments/linux-cloud",
|
||||
"environments/aws-batch",
|
||||
"environments/google-batch",
|
||||
"environments/docker",
|
||||
"environments/linux-local",
|
||||
"environments/macos",
|
||||
"environments/windows-local"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Comparisons",
|
||||
"pages": [
|
||||
"comparisons/overview",
|
||||
{
|
||||
"group": "Workflow orchestration",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"comparisons/workflow-orchestration",
|
||||
"comparisons/Tracer_vs_Airflow",
|
||||
"comparisons/Tracer_vs_Dagster",
|
||||
"comparisons/Tracer_vs_Flyte",
|
||||
"comparisons/Tracer_vs_Prefect",
|
||||
"comparisons/Tracer_vs_Seqera"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Observability",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"comparisons/observability-tools",
|
||||
"comparisons/Tracer_vs_Datadog",
|
||||
"comparisons/Tracer_vs_Grafana",
|
||||
"comparisons/Tracer_vs_Prometheus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Cloud native",
|
||||
"expanded": true,
|
||||
"pages": [
|
||||
"comparisons/cloud-native-monitoring",
|
||||
"comparisons/Tracer_vs_AWS_CloudWatch"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"navbar": {
|
||||
"links": [
|
||||
{
|
||||
"label": "Discord",
|
||||
"href": "https://discord.gg/opensre",
|
||||
"icon": "discord",
|
||||
"iconType": "brands"
|
||||
},
|
||||
{
|
||||
"label": "Releases",
|
||||
"href": "https://github.com/Tracer-Cloud/opensre/releases",
|
||||
"icon": "box"
|
||||
},
|
||||
{
|
||||
"label": "GitHub",
|
||||
"href": "https://github.com/Tracer-Cloud/opensre",
|
||||
"icon": "github",
|
||||
"iconType": "brands"
|
||||
},
|
||||
{
|
||||
"label": "OpenSRE Cloud",
|
||||
"href": "https://app.tracer.cloud/",
|
||||
"icon": "/images/logo/tracer/Tracer-Head-Black.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"contextual": {
|
||||
"options": []
|
||||
},
|
||||
"footer": {
|
||||
"socials": {
|
||||
"website": "https://tracer.cloud",
|
||||
"github": "https://github.com/Tracer-Cloud",
|
||||
"linkedin": "https://linkedin.com/company/tracercloud",
|
||||
"slack": "https://join.slack.com/t/tracer-cloud/shared_invite/zt-3ifakcs2e-igoUEH8ygMlfxgJGLxsqeA"
|
||||
},
|
||||
"copyright": "\u00a9 2025 Tracer Cloud. All rights reserved."
|
||||
},
|
||||
"integrations": {
|
||||
"posthog": {
|
||||
"apiKey": "phc_zutpVhmQw7oUmMkbawKNdYCKQWjpfASATtf5ywB75W2",
|
||||
"apiHost": "https://us.i.posthog.com",
|
||||
"sessionRecording": true
|
||||
},
|
||||
"hotjar": {
|
||||
"hjid": "6568352",
|
||||
"hjsv": "6"
|
||||
}
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/messaging/twilio",
|
||||
"destination": "/messaging/twilio-sms"
|
||||
}
|
||||
],
|
||||
"seo": {
|
||||
"indexing": "all",
|
||||
"metatags": {}
|
||||
},
|
||||
"logo": {
|
||||
"light": "/images/opensre-logo-black.svg",
|
||||
"dark": "/images/opensre-logo-white.svg"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user