Monitoring fixes
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# Copy to .env and adjust as needed for local dev.
|
||||
|
||||
# OTLP HTTP endpoint of the Grafana Alloy collector.
|
||||
# In Docker on the same host as Alloy, use http://localhost:4318 (the
|
||||
# container's perspective of the host). For external deploys, use the
|
||||
# Alloy's public URL, e.g. https://alloy.example.com.
|
||||
VITE_FARO_ENDPOINT=http://localhost:4318
|
||||
# In Docker on the same host as Alloy, use the collector hostname or IP,
|
||||
# for example http://192.168.1.84:4318.
|
||||
# For external deploys, use the Alloy's public URL, e.g. https://alloy.example.com.
|
||||
VITE_FARO_ENDPOINT=http://192.168.1.84:4318
|
||||
|
||||
# App name shown in Grafana Explore / Faro data source.
|
||||
VITE_FARO_APP_NAME=farmaclic-frontend
|
||||
|
||||
Reference in New Issue
Block a user