{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3e740aac-5a26-4fcb-9d1d-9c3f9d37949d",
    "slug": "victoria-traces",
    "name": "VictoriaTraces (Open-Source Distributed Tracing Platform)",
    "description": "VictoriaTraces [Sep ’26] (Jaeger & Zipkin Alternative), Self Host",
    "url": "https://railway.com/deploy/victoria-traces",
    "upstream": {
      "image": "victoriametrics/victoria-traces"
    }
  },
  "services": [
    {
      "name": "victoriametrics/victoria-traces",
      "source": {
        "image": "victoriametrics/victoria-traces"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "victoriametrics/victoria-traces",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "10428"
    },
    {
      "key": "VT_PASSWORD",
      "service": "victoriametrics/victoria-traces",
      "description": "Provide a value for VT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "VT_USERNAME",
      "service": "victoriametrics/victoria-traces",
      "description": "Provide a value for VT_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "victoria-traces"
      }
    },
    "cli": "railway deploy --template victoria-traces",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3e740aac-5a26-4fcb-9d1d-9c3f9d37949d",
            "serializedConfig": {
              "services": {
                "6c70abf9-387d-4ef3-a690-d691551e6b43": {
                  "name": "victoriametrics/victoria-traces",
                  "source": {
                    "image": "victoriametrics/victoria-traces"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "10428"
                    },
                    "VT_PASSWORD": {
                      "defaultValue": "{{VT_PASSWORD}}"
                    },
                    "VT_USERNAME": {
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:10428": {
                        "port": 10428
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T21:55:42.225Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_809ddc4a95a04f64a726",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "victoriametrics/victoria-traces"
  }
}
