{
  "manifest_version": "1.0.0",
  "template": {
    "id": "07f83978-7326-4ac1-8fa3-5fb78be29481",
    "slug": "7KNDff",
    "name": "OpenTelemetry Collector and Backend",
    "description": "OpenTelemetry Collector with Backend Stack",
    "url": "https://railway.com/deploy/7KNDff",
    "upstream": {
      "image": "openzipkin/zipkin"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Zipkin",
      "source": {
        "image": "openzipkin/zipkin"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Prometheus",
      "source": {
        "repo": "https://github.com/zuchka/railway-prometheus"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Jaeger",
      "source": {
        "image": "jaegertracing/all-in-one"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Otel Collector",
      "source": {
        "repo": "https://github.com/railwayapp-templates/opentelemetry-collector-stack"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Zipkin",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "9411"
    },
    {
      "key": "PORT",
      "service": "Prometheus",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "9090"
    },
    {
      "key": "PORT",
      "service": "Jaeger",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "16686"
    },
    {
      "key": "PORT",
      "service": "Otel Collector",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "55679"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "7KNDff"
      }
    },
    "cli": "railway deploy --template 7KNDff",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "07f83978-7326-4ac1-8fa3-5fb78be29481",
            "serializedConfig": {
              "services": {
                "6af3959c-d23f-4646-8f97-22f77f0c2fac": {
                  "name": "Zipkin",
                  "source": {
                    "image": "openzipkin/zipkin"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "9411"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "995be645-6e85-4c95-ac0e-b2488f2b2b79": {
                  "name": "Prometheus",
                  "source": {
                    "repo": "zuchka/railway-prometheus",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "9090"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "9c2ead19-a27b-4d5d-8963-1f19d3dcfca6": {
                  "name": "Jaeger",
                  "source": {
                    "image": "jaegertracing/all-in-one"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "16686"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "f5f31dcb-0afe-4b9c-9401-1d7e1932cb8a": {
                  "name": "Otel Collector",
                  "source": {
                    "repo": "railwayapp-templates/opentelemetry-collector-stack",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "55679"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 4,
    "needs_volume": false
  },
  "generated_at": "2026-09-06T11:54:17.289Z",
  "generator_version": "0.1.0"
}
