Files
query-orchestration/deployments
Michael McGuinness 81e7223560 Merged in feature/textextraction (pull request #110)
Text Extraction

* bases

* go

* splitting

* structure

* movetoasync

* movetoasync

* settinguptrigger

* reorder

* storevent

* standardisepollingvalidation

* unittests

* fixlint

* fixlint

* awscfg

* generatesample

* followthrough

* tests

* clena

* store

* externalidcleanup

* clientid

* local

* baseunittests

* putobjecttests

* tests
2025-04-02 18:50:03 +00:00
..

Deployments

Note about host service testing

If you want the docker prometheus in this stack to pull from your locally running service on localhost:8080 then edit the compose.local.yaml and change the reference from ./prometheus.allmetrics.yaml:/etc/prometheus/prometheus.yml to ./prometheus.localservice.yaml:/etc/prometheus/prometheus.yml

Local

When running task compose:up:local prometheus will be available on http://localhost:9090

When running task compose:up prometheus will be available on http://localhost:9091

To see which target services are being scraped by prometheus you can go to http:// localhost: [port] /targets

Local with service on host

If you need to run a service directly on the host for debugging then use task compose:up:test and then run the service like PGPORT=5430 go run ./cmd/queryAPI