You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to deploy the components of SigNoz (see architecture) to Azure Container Apps to have a minimal SigNoz setup.
Describe the solution you'd like
Looking at the architecture (I haven't tried SigNoz yet!), and the docker-compose-minimal.yml, shouldn't it be straight forward to deploy the services one by one in an azure container app environment? Please correct me if I'm wrong here (I haven't tried it yet). The database (clickhouse) would be hosted externally, but the other services could be deployed in ACA?
Essential services that would need to be deployed in ACA:
SigNoz Otel Collector
Query Service
Alert Manager
Frontend
Each service would have a single port exposed, health probes set up, a volume mounted with azure files, environments variables set.
Additional context
I'm not sure if any of the other services in the docker-compose-minimal.yml are really required for SigNoz to function properly. The name of the compose file would suggest yes, but maybe they are not essential.
Other services
zookeeper
otel-collector-migrator-sync
otel-collector-migrator-async
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I was wondering if it would be possible to deploy the components of SigNoz (see architecture) to Azure Container Apps to have a minimal SigNoz setup.
Describe the solution you'd like
Looking at the architecture (I haven't tried SigNoz yet!), and the docker-compose-minimal.yml, shouldn't it be straight forward to deploy the services one by one in an azure container app environment? Please correct me if I'm wrong here (I haven't tried it yet). The database (clickhouse) would be hosted externally, but the other services could be deployed in ACA?
Essential services that would need to be deployed in ACA:
Each service would have a single port exposed, health probes set up, a volume mounted with azure files, environments variables set.
Additional context
I'm not sure if any of the other services in the docker-compose-minimal.yml are really required for SigNoz to function properly. The name of the compose file would suggest yes, but maybe they are not essential.
Other services
The text was updated successfully, but these errors were encountered: