File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ generate_groth16_ineq_proof: ## Run the gnark_plonk_bn254_script
416416 @go run scripts/test_files/gnark_groth16_bn254_infinite_script/cmd/main.go 1
417417
418418__METRICS__ :
419+ # Prometheus and graphana
419420run_metrics : # # Run metrics using metrics-docker-compose.yaml
420421 @echo " Running metrics..."
421422 @docker compose -f metrics-docker-compose.yaml up
@@ -673,6 +674,10 @@ tracker_dump_db:
673674 @echo " Dumped database successfully to /operator_tracker"
674675
675676__TELEMETRY__ :
677+ # Collector, Jaeger and Elixir API
678+ telemetry_full_start : open_telemetry_start telemetry_start
679+
680+ # Collector and Jaeger
676681open_telemetry_start : # # Run open telemetry services using telemetry-docker-compose.yaml
677682 @echo " Running telemetry..."
678683 @docker compose -f telemetry-docker-compose.yaml up -d
@@ -681,6 +686,7 @@ open_telemetry_prod_start: ## Run open telemetry services with Cassandra using t
681686 @echo " Running telemetry for Prod..."
682687 @docker compose -f telemetry-prod-docker-compose.yaml up -d
683688
689+ # Elixir API
684690telemetry_start : telemetry_run_db telemetry_ecto_migrate # # Run Telemetry API
685691 @cd telemetry_api && \
686692 ./start.sh
You can’t perform that action at this time.
0 commit comments