Skip to content

Commit 7361d91

Browse files
authored
Disable OTel configuration and Signoz (#260)
This is a fix until the Signoz deployment is fixed to not block `make undeploy`.
1 parent 1c80991 commit 7361d91

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/setup-azure.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ setup_config() {
8080
configure_langfuse
8181

8282
# Configure SigNoz deployment (optional)
83-
configure_otel
83+
# TODO: reenable signoz configuration once it is fixed
84+
# configure_otel
8485
}
8586

8687
# Function to validate configuration

scripts/setup-local.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ setup_config() {
2828
configure_langfuse
2929

3030
# Configure SigNoz deployment (optional)
31-
configure_otel
31+
# TODO: reenable signoz configuration once it is fixed
32+
# configure_otel
3233
}
3334

3435
# Function to verify setup

0 commit comments

Comments
 (0)