{
  "manifest_version": "1.0.0",
  "template": {
    "id": "10fb8693-613b-46cc-8092-3863a985522e",
    "slug": "jaeger-otel",
    "name": "Jaeger",
    "description": "See where a request spent its time across all your services",
    "url": "https://railway.com/deploy/jaeger-otel",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/jaeger-railway"
    }
  },
  "services": [
    {
      "name": "jaeger-index-cleaner",
      "source": {
        "repo": "https://github.com/gridalpha/jaeger-railway"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "jaeger-query",
      "source": {
        "repo": "https://github.com/gridalpha/jaeger-railway"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "jaeger-collector",
      "source": {
        "repo": "https://github.com/gridalpha/jaeger-railway"
      },
      "needs_volume": false,
      "tcp_ports": [
        4317
      ],
      "http": true
    },
    {
      "name": "gateway",
      "source": {
        "repo": "https://github.com/gridalpha/jaeger-railway"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "opensearch",
      "source": {
        "repo": "https://github.com/gridalpha/opensearch-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/usr/share/opensearch/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OPENSEARCH_URL",
      "service": "jaeger-index-cleaner",
      "description": "Private trace store address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "RETENTION_DAYS",
      "service": "jaeger-index-cleaner",
      "description": "Days of span indices to keep",
      "secret": false,
      "strategy": "default",
      "default": "7"
    },
    {
      "key": "OPENSEARCH_PASSWORD",
      "service": "jaeger-index-cleaner",
      "description": "Trace store password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENSEARCH_USERNAME",
      "service": "jaeger-index-cleaner",
      "description": "Trace store account",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "jaeger-index-cleaner",
      "description": "Selects the retention worker image",
      "secret": false,
      "strategy": "default",
      "default": "index-cleaner/Dockerfile"
    },
    {
      "key": "CLEANUP_INTERVAL_SECONDS",
      "service": "jaeger-index-cleaner",
      "description": "Seconds between retention passes",
      "secret": false,
      "strategy": "default",
      "default": "21600"
    },
    {
      "key": "PORT",
      "service": "jaeger-query",
      "description": "Health check port Railway probes",
      "secret": false,
      "strategy": "default",
      "default": "13133"
    },
    {
      "key": "OPENSEARCH_URL",
      "service": "jaeger-query",
      "description": "Private trace store address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "JAEGER_LOG_LEVEL",
      "service": "jaeger-query",
      "description": "Query service log verbosity",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "OPENSEARCH_PASSWORD",
      "service": "jaeger-query",
      "description": "Trace store password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENSEARCH_USERNAME",
      "service": "jaeger-query",
      "description": "Trace store account",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "jaeger-query",
      "description": "Selects the Jaeger role image",
      "secret": false,
      "strategy": "default",
      "default": "jaeger/Dockerfile"
    },
    {
      "key": "JAEGER_MAX_CLOCK_SKEW_ADJUST",
      "service": "jaeger-query",
      "description": "Clock skew correction window",
      "secret": false,
      "strategy": "default",
      "default": "0s"
    },
    {
      "key": "PORT",
      "service": "jaeger-collector",
      "description": "Health check port Railway probes",
      "secret": false,
      "strategy": "default",
      "default": "13133"
    },
    {
      "key": "OTLP_PASSWORD",
      "service": "jaeger-collector",
      "description": "Password applications send with spans",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OTLP_USERNAME",
      "service": "jaeger-collector",
      "description": "Username applications send with spans",
      "secret": false,
      "strategy": "default",
      "default": "otlp"
    },
    {
      "key": "OPENSEARCH_URL",
      "service": "jaeger-collector",
      "description": "Private trace store address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "JAEGER_LOG_LEVEL",
      "service": "jaeger-collector",
      "description": "Collector log verbosity",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "OPENSEARCH_PASSWORD",
      "service": "jaeger-collector",
      "description": "Trace store password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENSEARCH_USERNAME",
      "service": "jaeger-collector",
      "description": "Trace store account",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "jaeger-collector",
      "description": "Selects the Jaeger role image",
      "secret": false,
      "strategy": "default",
      "default": "jaeger/Dockerfile"
    },
    {
      "key": "PORT",
      "service": "gateway",
      "description": "HTTP listener port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "JAEGER_UI_PASSWORD",
      "service": "gateway",
      "description": "Browser sign-in password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "JAEGER_UI_USERNAME",
      "service": "gateway",
      "description": "Browser sign-in username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "JAEGER_QUERY_UPSTREAM",
      "service": "gateway",
      "description": "Private query service address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "gateway",
      "description": "Selects the Caddy gateway image",
      "secret": false,
      "strategy": "default",
      "default": "gateway/Dockerfile"
    },
    {
      "key": "SNAPSHOT_S3_BUCKET",
      "service": "opensearch",
      "description": "Snapshot repository bucket",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SNAPSHOT_S3_REGION",
      "service": "opensearch",
      "description": "Snapshot repository region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SNAPSHOT_S3_ENDPOINT",
      "service": "opensearch",
      "description": "Snapshot repository endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "opensearch",
      "description": "Selects the OpenSearch node image",
      "secret": false,
      "strategy": "default",
      "default": "opensearch/Dockerfile"
    },
    {
      "key": "SNAPSHOT_S3_ACCESS_KEY_ID",
      "service": "opensearch",
      "description": "Snapshot repository key id",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DASHBOARDS_SERVICE_PASSWORD",
      "service": "opensearch",
      "description": "Second internal user, first boot only",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DISABLE_INSTALL_DEMO_CONFIG",
      "service": "opensearch",
      "description": "Blocks the published demo certificates",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "SNAPSHOT_S3_SECRET_ACCESS_KEY",
      "service": "opensearch",
      "description": "Snapshot repository secret",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENSEARCH_INITIAL_ADMIN_PASSWORD",
      "service": "opensearch",
      "description": "Cluster admin password, first boot only",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI",
      "service": "opensearch",
      "description": "Disables the second JVM agent",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jaeger-otel"
      }
    },
    "cli": "railway deploy --template jaeger-otel",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "10fb8693-613b-46cc-8092-3863a985522e",
            "serializedConfig": {
              "buckets": {
                "b3ccd264-e84b-44e8-a697-68eebd670354": {
                  "name": "jaeger-snapshots"
                }
              },
              "services": {
                "1a19d304-f93b-4420-a5ae-597ddff1d12f": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/jaeger.svg",
                  "name": "jaeger-index-cleaner",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/jaeger-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENSEARCH_URL": {
                      "isOptional": false,
                      "description": "Private trace store address",
                      "defaultValue": "http://${{opensearch.RAILWAY_PRIVATE_DOMAIN}}:9200"
                    },
                    "RETENTION_DAYS": {
                      "isOptional": false,
                      "description": "Days of span indices to keep",
                      "defaultValue": "7"
                    },
                    "OPENSEARCH_PASSWORD": {
                      "isOptional": false,
                      "description": "Trace store password",
                      "defaultValue": "${{opensearch.OPENSEARCH_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "OPENSEARCH_USERNAME": {
                      "isOptional": false,
                      "description": "Trace store account",
                      "defaultValue": "admin"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Selects the retention worker image",
                      "defaultValue": "index-cleaner/Dockerfile"
                    },
                    "CLEANUP_INTERVAL_SECONDS": {
                      "isOptional": false,
                      "description": "Seconds between retention passes",
                      "defaultValue": "21600"
                    }
                  }
                },
                "337f611b-2097-42d1-a16d-da73b5b54f06": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/jaeger.svg",
                  "name": "jaeger-query",
                  "deploy": {
                    "startCommand": "/cmd/jaeger/jaeger-linux --config /jaeger-railway/query.yaml",
                    "healthcheckPath": "/status",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/jaeger-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Health check port Railway probes",
                      "defaultValue": "13133"
                    },
                    "OPENSEARCH_URL": {
                      "isOptional": false,
                      "description": "Private trace store address",
                      "defaultValue": "http://${{opensearch.RAILWAY_PRIVATE_DOMAIN}}:9200"
                    },
                    "JAEGER_LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Query service log verbosity",
                      "defaultValue": "info"
                    },
                    "OPENSEARCH_PASSWORD": {
                      "isOptional": false,
                      "description": "Trace store password",
                      "defaultValue": "${{opensearch.OPENSEARCH_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "OPENSEARCH_USERNAME": {
                      "isOptional": false,
                      "description": "Trace store account",
                      "defaultValue": "admin"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Selects the Jaeger role image",
                      "defaultValue": "jaeger/Dockerfile"
                    },
                    "JAEGER_MAX_CLOCK_SKEW_ADJUST": {
                      "isOptional": false,
                      "description": "Clock skew correction window",
                      "defaultValue": "0s"
                    }
                  }
                },
                "92e23ce7-baa4-4c9e-8bc1-eed0570316e3": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/jaeger.svg",
                  "name": "jaeger-collector",
                  "deploy": {
                    "startCommand": "/cmd/jaeger/jaeger-linux --config /jaeger-railway/collector.yaml",
                    "healthcheckPath": "/status",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/jaeger-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Health check port Railway probes",
                      "defaultValue": "13133"
                    },
                    "OTLP_PASSWORD": {
                      "isOptional": false,
                      "description": "Password applications send with spans",
                      "defaultValue": "{{OTLP_PASSWORD}}"
                    },
                    "OTLP_USERNAME": {
                      "isOptional": false,
                      "description": "Username applications send with spans",
                      "defaultValue": "otlp"
                    },
                    "OPENSEARCH_URL": {
                      "isOptional": false,
                      "description": "Private trace store address",
                      "defaultValue": "http://${{opensearch.RAILWAY_PRIVATE_DOMAIN}}:9200"
                    },
                    "JAEGER_LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Collector log verbosity",
                      "defaultValue": "info"
                    },
                    "OPENSEARCH_PASSWORD": {
                      "isOptional": false,
                      "description": "Trace store password",
                      "defaultValue": "${{opensearch.OPENSEARCH_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "OPENSEARCH_USERNAME": {
                      "isOptional": false,
                      "description": "Trace store account",
                      "defaultValue": "admin"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Selects the Jaeger role image",
                      "defaultValue": "jaeger/Dockerfile"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "4317": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:4318": {
                        "port": 4318
                      }
                    }
                  }
                },
                "9d0f4368-ece2-43ae-b15e-c6a6caa5784b": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/caddy.svg",
                  "name": "gateway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/jaeger-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listener port",
                      "defaultValue": "8080"
                    },
                    "JAEGER_UI_PASSWORD": {
                      "isOptional": false,
                      "description": "Browser sign-in password",
                      "defaultValue": "{{JAEGER_UI_PASSWORD}}"
                    },
                    "JAEGER_UI_USERNAME": {
                      "isOptional": false,
                      "description": "Browser sign-in username",
                      "defaultValue": "admin"
                    },
                    "JAEGER_QUERY_UPSTREAM": {
                      "isOptional": false,
                      "description": "Private query service address",
                      "defaultValue": "${{jaeger-query.RAILWAY_PRIVATE_DOMAIN}}:16686"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Selects the Caddy gateway image",
                      "defaultValue": "gateway/Dockerfile"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "ff917871-fcc7-43f5-9f5c-50e40106bd83": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/opensearch.svg",
                  "name": "opensearch",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/opensearch-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SNAPSHOT_S3_BUCKET": {
                      "isOptional": false,
                      "description": "Snapshot repository bucket",
                      "defaultValue": "${{jaeger-snapshots.BUCKET}}"
                    },
                    "SNAPSHOT_S3_REGION": {
                      "isOptional": false,
                      "description": "Snapshot repository region",
                      "defaultValue": "${{jaeger-snapshots.REGION}}"
                    },
                    "SNAPSHOT_S3_ENDPOINT": {
                      "isOptional": false,
                      "description": "Snapshot repository endpoint",
                      "defaultValue": "${{jaeger-snapshots.ENDPOINT}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Selects the OpenSearch node image",
                      "defaultValue": "opensearch/Dockerfile"
                    },
                    "SNAPSHOT_S3_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Snapshot repository key id",
                      "defaultValue": "${{jaeger-snapshots.ACCESS_KEY_ID}}"
                    },
                    "DASHBOARDS_SERVICE_PASSWORD": {
                      "isOptional": false,
                      "description": "Second internal user, first boot only",
                      "defaultValue": "{{DASHBOARDS_SERVICE_PASSWORD}}"
                    },
                    "DISABLE_INSTALL_DEMO_CONFIG": {
                      "isOptional": false,
                      "description": "Blocks the published demo certificates",
                      "defaultValue": "true"
                    },
                    "SNAPSHOT_S3_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Snapshot repository secret",
                      "defaultValue": "${{jaeger-snapshots.SECRET_ACCESS_KEY}}"
                    },
                    "OPENSEARCH_INITIAL_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Cluster admin password, first boot only",
                      "defaultValue": "{{OPENSEARCH_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI": {
                      "isOptional": false,
                      "description": "Disables the second JVM agent",
                      "defaultValue": "true"
                    }
                  },
                  "volumeMounts": {
                    "ff917871-fcc7-43f5-9f5c-50e40106bd83": {
                      "mountPath": "/usr/share/opensearch/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "jaeger-collector",
      "method": "GET",
      "path": "/status",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 5,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T19:29:09.854Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_666217cf5e05495199ef",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ]
  }
}
