{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3c19eb47-1281-4b83-8317-334fe0bc9b3a",
    "slug": "jaeger-tracing",
    "name": "Jaeger Tracing",
    "description": "Distributed tracing and observability, ready to deploy in just 1 click.",
    "url": "https://railway.com/deploy/jaeger-tracing",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/jaeger"
    }
  },
  "services": [
    {
      "name": "jaeger",
      "source": {
        "repo": "https://github.com/codestorm-official/jaeger"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "jaeger",
      "description": "Railway public HTTP port for the Jaeger UI",
      "secret": false,
      "strategy": "default",
      "default": "16686"
    },
    {
      "key": "SPAN_STORAGE_TYPE",
      "service": "jaeger",
      "description": "Store traces in memory for lightweight deployments",
      "secret": false,
      "strategy": "default",
      "default": "memory"
    },
    {
      "key": "COLLECTOR_OTLP_ENABLED",
      "service": "jaeger",
      "description": "Enable OTLP trace ingestion",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jaeger-tracing"
      }
    },
    "cli": "railway deploy --template jaeger-tracing",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3c19eb47-1281-4b83-8317-334fe0bc9b3a",
            "serializedConfig": {
              "services": {
                "8bae850f-e745-4ece-994f-70f4ebbcf0f9": {
                  "icon": "https://raw.githubusercontent.com/codestorm-official/jaeger/824610265fed6fe44861caa4470691a199984f76/img/jaeger.svg",
                  "name": "jaeger",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "repo": "codestorm-official/jaeger"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Railway public HTTP port for the Jaeger UI",
                      "defaultValue": "16686"
                    },
                    "SPAN_STORAGE_TYPE": {
                      "description": "Store traces in memory for lightweight deployments",
                      "defaultValue": "memory"
                    },
                    "COLLECTOR_OTLP_ENABLED": {
                      "description": "Enable OTLP trace ingestion",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:16686": {
                        "port": 16686
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T16:00:09.586Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a50f33678a604cb4b7d4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 97,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "jaeger"
  }
}
