cloud infra
0

Configure Feed

Select the types of activity you want to include in your feed.

Reverse proxy signoz otlp

otlp: open telemetry protocol

nagee (Jul 8, 2026, 9:45 PM -0700) 448efbda d42202d7

+9 -1
+9 -1
configure/operations/services.py
··· 177 177 port=8080, 178 178 envs=[Env.PROD], 179 179 systemd_config=None, # currently handled manually! 180 - caddy_config=f"reverse_proxy localhost:8080", 180 + caddy_config=dedent("""\ 181 + handle /v1/* { 182 + reverse_proxy localhost:4318 183 + } 184 + 185 + handle { 186 + reverse_proxy localhost:8080 187 + } 188 + """), 181 189 ), 182 190 ] 183 191 )