{
  "manifest_version": "1.0.0",
  "template": {
    "id": "04036641-b9fc-4c75-ae64-becbfc27293b",
    "slug": "sigonly",
    "name": "SigOnly",
    "description": "Deploy SigNoz with a working demo app & config in one click",
    "url": "https://railway.com/deploy/sigonly",
    "upstream": {
      "repo_url": "https://github.com/ZoeyJones/SigNozDemo"
    }
  },
  "services": [
    {
      "name": "clickhouse",
      "source": {
        "repo": "https://github.com/ZoeyJones/signoz-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/clickhouse/",
      "http": false
    },
    {
      "name": "signoz-otel-collector",
      "source": {
        "repo": "https://github.com/ZoeyJones/signoz-railway-template"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "signoz-sync-schema-migrator",
      "source": {
        "image": "signoz/signoz-schema-migrator:v0.144.3-rc.1"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "signoz-demo",
      "source": {
        "repo": "https://github.com/ZoeyJones/SigNozDemo"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "signoz-async-schema-migrator",
      "source": {
        "image": "signoz/signoz-schema-migrator:v0.144.3-rc.1"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "zookeeper",
      "source": {
        "image": "signoz/zookeeper:3.9.3"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "signoz",
      "source": {
        "repo": "https://github.com/ZoeyJones/signoz-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/signoz/",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "clickhouse",
      "description": "HTTP port for ClickHouse health checks.",
      "secret": false,
      "strategy": "default",
      "default": "8123"
    },
    {
      "key": "zookeeper_depends",
      "service": "clickhouse",
      "description": "Service dependency to ensure ZooKeeper starts before ClickHouse.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "clickhouse",
      "description": "Path to the Dockerfile for building this service.",
      "secret": false,
      "strategy": "default",
      "default": "./clickhouse/Dockerfile.clickhouse"
    },
    {
      "key": "CLICKHOUSE_SKIP_USER_SETUP",
      "service": "clickhouse",
      "description": "Allow connections without authentication.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "signoz_dependency",
      "service": "signoz-otel-collector",
      "description": "Service dependency to ensure SigNoz starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "clickhouse_dependency",
      "service": "signoz-otel-collector",
      "description": "Service dependency to ensure ClickHouse starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "signoz-otel-collector",
      "description": "Path to the Dockerfile for building this service.",
      "secret": false,
      "strategy": "default",
      "default": "./signoz/Dockerfile.otel"
    },
    {
      "key": "OTEL_RESOURCE_ATTRIBUTES",
      "service": "signoz-otel-collector",
      "description": "Resource attributes attached to all collected telemetry.",
      "secret": false,
      "strategy": "default",
      "default": "host.name=signoz-host,os.type=linux"
    },
    {
      "key": "schema-migrator-dependency",
      "service": "signoz-otel-collector",
      "description": "Service dependency to ensure schema migrations complete first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOW_CARDINAL_EXCEPTION_GROUPING",
      "service": "signoz-otel-collector",
      "description": "Group low-cardinality exceptions for better trace aggregation.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "clickhouse_dependency",
      "service": "signoz-sync-schema-migrator",
      "description": "Service dependency to ensure ClickHouse starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OTEL_SERVICE_NAME",
      "service": "signoz-demo",
      "description": "Service name shown in SigNoz",
      "secret": false,
      "strategy": "default",
      "default": "SigNozDemo"
    },
    {
      "key": "OTEL_LOGS_EXPORTER",
      "service": "signoz-demo",
      "description": "Logs exporter type",
      "secret": false,
      "strategy": "default",
      "default": "otlp"
    },
    {
      "key": "OTEL_TRACES_SAMPLER",
      "service": "signoz-demo",
      "description": "Trace sampling strategy",
      "secret": false,
      "strategy": "default",
      "default": "parentbased_always_on"
    },
    {
      "key": "OTEL_METRICS_EXPORTER",
      "service": "signoz-demo",
      "description": "Metrics exporter type",
      "secret": false,
      "strategy": "default",
      "default": "otlp"
    },
    {
      "key": "OTEL_EXPORTER_OTLP_ENDPOINT",
      "service": "signoz-demo",
      "description": "OTLP collector endpoint",
      "secret": false,
      "strategy": "default",
      "default": "http://signoz-otel-collector.railway.internal:4317"
    },
    {
      "key": "OTEL_EXPORTER_OTLP_PROTOCOL",
      "service": "signoz-demo",
      "description": "Transport protocol for OTLP exporter",
      "secret": false,
      "strategy": "default",
      "default": "grpc"
    },
    {
      "key": "signoz-otel-collector-dependency",
      "service": "signoz-demo",
      "description": "Service dependency to ensure signoz-otel-collector starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "clickhouse_dependency",
      "service": "signoz-async-schema-migrator",
      "description": "Service dependency to ensure ClickHouse starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ZOO_SERVER_ID",
      "service": "zookeeper",
      "description": "Unique server ID for this ZooKeeper instance.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "ALLOW_ANONYMOUS_LOGIN",
      "service": "zookeeper",
      "description": "Allow connections without authentication.",
      "secret": false,
      "strategy": "default",
      "default": "yes"
    },
    {
      "key": "ZOO_AUTOPURGE_INTERVAL",
      "service": "zookeeper",
      "description": "Hours between automatic purge of old snapshots and transaction logs.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "ZOO_ENABLE_PROMETHEUS_METRICS",
      "service": "zookeeper",
      "description": "Enable Prometheus metrics endpoint for monitoring.",
      "secret": false,
      "strategy": "default",
      "default": "yes"
    },
    {
      "key": "ZOO_PROMETHEUS_METRICS_PORT_NUMBER",
      "service": "zookeeper",
      "description": "Port for the Prometheus metrics endpoint.",
      "secret": false,
      "strategy": "default",
      "default": "9141"
    },
    {
      "key": "GODEBUG",
      "service": "signoz",
      "description": "Use Go's built-in DNS resolver instead of cgo.",
      "secret": false,
      "strategy": "default",
      "default": "netdns=go"
    },
    {
      "key": "DASHBOARDS_PATH",
      "service": "signoz",
      "description": "Path to pre-configured dashboard JSON files.",
      "secret": false,
      "strategy": "default",
      "default": "/root/config/dashboards"
    },
    {
      "key": "DOT_METRICS_ENABLED",
      "service": "signoz",
      "description": "Enable internal dot metrics collection.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "clickhouse_dependency",
      "service": "signoz",
      "description": "Service dependency to ensure ClickHouse starts first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "signoz",
      "description": "Path to the Dockerfile for building this service.",
      "secret": false,
      "strategy": "default",
      "default": "./signoz/Dockerfile.signoz"
    },
    {
      "key": "SIGNOZ_ANALYTICS_ENABLED",
      "service": "signoz",
      "description": "Enable SigNoz analytics reporting. Replaces deprecated TELEMETRY_ENABLED.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "schema-migrator-dependency",
      "service": "signoz",
      "description": "Service dependency to ensure schema migrations complete first.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNOZ_SQLSTORE_SQLITE_PATH",
      "service": "signoz",
      "description": "Path to SQLite database for SigNoz metadata.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/signoz/signoz.db"
    },
    {
      "key": "SIGNOZ_TOKENIZER_JWT_SECRET",
      "service": "signoz",
      "description": "Secret key for signing JWT tokens. Prevents token forgery.",
      "secret": true,
      "strategy": "default",
      "default": "$(openssl rand -hex 32)"
    },
    {
      "key": "SIGNOZ_ALERTMANAGER_PROVIDER",
      "service": "signoz",
      "description": "Alertmanager provider for alert routing.",
      "secret": false,
      "strategy": "default",
      "default": "signoz"
    },
    {
      "key": "SIGNOZ_TELEMETRYSTORE_PROVIDER",
      "service": "signoz",
      "description": "Backend storage provider for telemetry data. Replaces deprecated STORAGE.",
      "secret": false,
      "strategy": "default",
      "default": "clickhouse"
    },
    {
      "key": "SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN",
      "service": "signoz",
      "description": "ClickHouse connection string for telemetry data.",
      "secret": false,
      "strategy": "default",
      "default": "tcp://clickhouse:9000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sigonly"
      }
    },
    "cli": "railway deploy --template sigonly",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "04036641-b9fc-4c75-ae64-becbfc27293b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4f50a069-bdfd-42b9-bd3e-e6fc9cbfe72e": {
                  "icon": "https://avatars.githubusercontent.com/u/54801242?s=200&v=4",
                  "name": "clickhouse",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/ping",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ZoeyJones/signoz-railway-template",
                    "rootDirectory": "/clickhouse"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port for ClickHouse health checks.",
                      "defaultValue": "8123"
                    },
                    "zookeeper_depends": {
                      "isOptional": false,
                      "description": "Service dependency to ensure ZooKeeper starts before ClickHouse.",
                      "defaultValue": "${{zookeeper.RAILWAY_SERVICE_NAME}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Path to the Dockerfile for building this service.",
                      "defaultValue": "./clickhouse/Dockerfile.clickhouse"
                    },
                    "CLICKHOUSE_SKIP_USER_SETUP": {
                      "isOptional": false,
                      "description": "Allow connections without authentication.",
                      "defaultValue": "1"
                    }
                  },
                  "volumeMounts": {
                    "4f50a069-bdfd-42b9-bd3e-e6fc9cbfe72e": {
                      "mountPath": "/var/lib/clickhouse/"
                    }
                  }
                },
                "54939abf-1652-47e9-9885-6ba09959a9f3": {
                  "icon": "https://signoz.io/img/SigNozLogo-orange.svg",
                  "name": "signoz-otel-collector",
                  "deploy": {
                    "startCommand": "/signoz-otel-collector --config=/etc/otel-collector-config.yaml --manager-config=/etc/manager-config.yaml --copy-path=/var/tmp/collector-config.yaml",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ZoeyJones/signoz-railway-template",
                    "rootDirectory": "/signoz"
                  },
                  "variables": {
                    "signoz_dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure SigNoz starts first.",
                      "defaultValue": "${{signoz.RAILWAY_ENVIRONMENT_ID}}"
                    },
                    "clickhouse_dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure ClickHouse starts first.",
                      "defaultValue": "${{clickhouse.RAILWAY_SERVICE_ID}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Path to the Dockerfile for building this service.",
                      "defaultValue": "./signoz/Dockerfile.otel"
                    },
                    "OTEL_RESOURCE_ATTRIBUTES": {
                      "isOptional": false,
                      "description": "Resource attributes attached to all collected telemetry.",
                      "defaultValue": "host.name=signoz-host,os.type=linux"
                    },
                    "schema-migrator-dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure schema migrations complete first.",
                      "defaultValue": "${{signoz-sync-schema-migrator.RAILWAY_SERVICE_NAME}}"
                    },
                    "LOW_CARDINAL_EXCEPTION_GROUPING": {
                      "isOptional": false,
                      "description": "Group low-cardinality exceptions for better trace aggregation.",
                      "defaultValue": "false"
                    }
                  }
                },
                "7cb8dd9c-7086-4d37-af95-8e6de27ab4dd": {
                  "icon": "https://signoz.io/img/SigNozLogo-orange.svg",
                  "name": "signoz-sync-schema-migrator",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"sleep 120 && exec ./signoz-schema-migrator sync --dsn=tcp://clickhouse.railway.internal:9000 --up=\"",
                    "healthcheckPath": null,
                    "preDeployCommand": [],
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "signoz/signoz-schema-migrator:v0.144.3-rc.1"
                  },
                  "variables": {
                    "clickhouse_dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure ClickHouse starts first.",
                      "defaultValue": "${{clickhouse.RAILWAY_SERVICE_NAME}}"
                    }
                  }
                },
                "7e6201ea-8add-4b0e-beed-b457e225e3f3": {
                  "icon": "https://raw.githubusercontent.com/ZoeyJones/SigNozDemo/refs/heads/main/sig_only.svg",
                  "name": "signoz-demo",
                  "source": {
                    "repo": "ZoeyJones/SigNozDemo",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OTEL_SERVICE_NAME": {
                      "description": "Service name shown in SigNoz",
                      "defaultValue": "SigNozDemo"
                    },
                    "OTEL_LOGS_EXPORTER": {
                      "description": "Logs exporter type",
                      "defaultValue": "otlp"
                    },
                    "OTEL_TRACES_SAMPLER": {
                      "description": "Trace sampling strategy",
                      "defaultValue": "parentbased_always_on"
                    },
                    "OTEL_METRICS_EXPORTER": {
                      "description": "Metrics exporter type",
                      "defaultValue": "otlp"
                    },
                    "OTEL_EXPORTER_OTLP_ENDPOINT": {
                      "description": "OTLP collector endpoint",
                      "defaultValue": "http://signoz-otel-collector.railway.internal:4317"
                    },
                    "OTEL_EXPORTER_OTLP_PROTOCOL": {
                      "description": "Transport protocol for OTLP exporter",
                      "defaultValue": "grpc"
                    },
                    "signoz-otel-collector-dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure signoz-otel-collector starts first.",
                      "defaultValue": "${{signoz-otel-collector.RAILWAY_SERVICE_ID}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "955597e1-d990-4fc7-87d8-3457b5c6dd07": {
                  "icon": "https://signoz.io/img/SigNozLogo-orange.svg",
                  "name": "signoz-async-schema-migrator",
                  "deploy": {
                    "startCommand": "./signoz-schema-migrator async --dsn=tcp://clickhouse.railway.internal:9000 --up=",
                    "healthcheckPath": null,
                    "preDeployCommand": [],
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "signoz/signoz-schema-migrator:v0.144.3-rc.1",
                    "autoUpdates": {
                      "type": "disabled"
                    }
                  },
                  "variables": {
                    "clickhouse_dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure ClickHouse starts first.",
                      "defaultValue": "${{clickhouse.RAILWAY_SERVICE_NAME}}"
                    }
                  }
                },
                "965e07f3-9a15-40f1-a405-329a9ca06ed3": {
                  "icon": "https://avatars.githubusercontent.com/u/47359?s=200&v=4",
                  "name": "zookeeper",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/commands/ruok",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "signoz/zookeeper:3.9.3"
                  },
                  "variables": {
                    "ZOO_SERVER_ID": {
                      "isOptional": false,
                      "description": "Unique server ID for this ZooKeeper instance.",
                      "defaultValue": "1"
                    },
                    "ALLOW_ANONYMOUS_LOGIN": {
                      "isOptional": false,
                      "description": "Allow connections without authentication.",
                      "defaultValue": "yes"
                    },
                    "ZOO_AUTOPURGE_INTERVAL": {
                      "isOptional": false,
                      "description": "Hours between automatic purge of old snapshots and transaction logs.",
                      "defaultValue": "1"
                    },
                    "ZOO_ENABLE_PROMETHEUS_METRICS": {
                      "isOptional": false,
                      "description": "Enable Prometheus metrics endpoint for monitoring.",
                      "defaultValue": "yes"
                    },
                    "ZOO_PROMETHEUS_METRICS_PORT_NUMBER": {
                      "isOptional": false,
                      "description": "Port for the Prometheus metrics endpoint.",
                      "defaultValue": "9141"
                    }
                  }
                },
                "a2109a75-d1b0-41ec-9fba-e55146bc494d": {
                  "icon": "https://signoz.io/img/SigNozLogo-orange.svg",
                  "name": "signoz",
                  "deploy": {
                    "startCommand": "./signoz server",
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ZoeyJones/signoz-railway-template",
                    "rootDirectory": "/signoz"
                  },
                  "variables": {
                    "GODEBUG": {
                      "isOptional": false,
                      "description": "Use Go's built-in DNS resolver instead of cgo.",
                      "defaultValue": "netdns=go"
                    },
                    "DASHBOARDS_PATH": {
                      "isOptional": false,
                      "description": "Path to pre-configured dashboard JSON files.",
                      "defaultValue": "/root/config/dashboards"
                    },
                    "DOT_METRICS_ENABLED": {
                      "isOptional": false,
                      "description": "Enable internal dot metrics collection.",
                      "defaultValue": "true"
                    },
                    "clickhouse_dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure ClickHouse starts first.",
                      "defaultValue": "${{clickhouse.RAILWAY_SERVICE_ID}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Path to the Dockerfile for building this service.",
                      "defaultValue": "./signoz/Dockerfile.signoz"
                    },
                    "SIGNOZ_ANALYTICS_ENABLED": {
                      "isOptional": false,
                      "description": "Enable SigNoz analytics reporting. Replaces deprecated TELEMETRY_ENABLED.",
                      "defaultValue": "true"
                    },
                    "schema-migrator-dependency": {
                      "isOptional": false,
                      "description": "Service dependency to ensure schema migrations complete first.",
                      "defaultValue": "${{signoz-sync-schema-migrator.RAILWAY_SERVICE_NAME}}"
                    },
                    "SIGNOZ_SQLSTORE_SQLITE_PATH": {
                      "isOptional": false,
                      "description": "Path to SQLite database for SigNoz metadata.",
                      "defaultValue": "/var/lib/signoz/signoz.db"
                    },
                    "SIGNOZ_TOKENIZER_JWT_SECRET": {
                      "isOptional": false,
                      "description": "Secret key for signing JWT tokens. Prevents token forgery.",
                      "defaultValue": "$(openssl rand -hex 32)"
                    },
                    "SIGNOZ_ALERTMANAGER_PROVIDER": {
                      "isOptional": false,
                      "description": "Alertmanager provider for alert routing.",
                      "defaultValue": "signoz"
                    },
                    "SIGNOZ_TELEMETRYSTORE_PROVIDER": {
                      "isOptional": false,
                      "description": "Backend storage provider for telemetry data. Replaces deprecated STORAGE.",
                      "defaultValue": "clickhouse"
                    },
                    "SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN": {
                      "isOptional": false,
                      "description": "ClickHouse connection string for telemetry data.",
                      "defaultValue": "tcp://clickhouse:9000"
                    },
                    "SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM": {
                      "isOptional": true,
                      "description": "email address like abcd@gmail.com",
                      "defaultValue": ""
                    },
                    "SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__SMARTHOST": {
                      "isOptional": true,
                      "description": "example value: smtp-relay.brevo.com:587",
                      "defaultValue": ""
                    },
                    "SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS": {
                      "isOptional": true,
                      "description": "example value:true",
                      "defaultValue": ""
                    },
                    "SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__AUTH__PASSWORD": {
                      "isOptional": true,
                      "description": "your smtp password",
                      "defaultValue": ""
                    },
                    "SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__AUTH__USERNAME": {
                      "isOptional": true,
                      "description": "your smtp username",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a2109a75-d1b0-41ec-9fba-e55146bc494d": {
                      "mountPath": "/var/lib/signoz/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "signoz",
      "method": "GET",
      "path": "/api/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 7,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:48:47.020Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4793bda46b664a849eed",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 182,
    "typical_build_seconds": 104,
    "typical_start_seconds": 10,
    "slowest_service": "signoz-demo"
  }
}
