{
  "manifest_version": "1.0.0",
  "template": {
    "id": "16fc49c1-6a4a-4b7d-9c1d-d2721d6dbd20",
    "slug": "openobserve-or-just-updated-datadog-alte",
    "name": "OpenObserve | (Just Updated) Datadog Alternative That Actually Boots",
    "description": "Logs, metrics and traces. Boots first try, unlike every other listing.",
    "url": "https://railway.com/deploy/openobserve-or-just-updated-datadog-alte",
    "upstream": {
      "image": "ghcr.io/bon5co/openobserve-railway:v0.92.2"
    }
  },
  "services": [
    {
      "name": "openobserve",
      "source": {
        "image": "ghcr.io/bon5co/openobserve-railway:v0.92.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ZO_ROOT_USER_EMAIL",
      "service": "openobserve",
      "description": "Provide a value for ZO_ROOT_USER_EMAIL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ZO_ROOT_USER_PASSWORD",
      "service": "openobserve",
      "description": "Provide a value for ZO_ROOT_USER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openobserve-or-just-updated-datadog-alte"
      }
    },
    "cli": "railway deploy --template openobserve-or-just-updated-datadog-alte",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "16fc49c1-6a4a-4b7d-9c1d-d2721d6dbd20",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2fd5bfe7-08b9-4c23-bbbe-9578223aeb20": {
                  "icon": null,
                  "name": "openobserve",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/openobserve-railway:v0.92.2"
                  },
                  "variables": {
                    "ZO_ROOT_USER_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "admin@${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ZO_ROOT_USER_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ZO_ROOT_USER_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "2fd5bfe7-08b9-4c23-bbbe-9578223aeb20": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openobserve",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T16:14:39.735Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T13:03:11.394Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_49233eccdd64459a9afd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
