Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 403 Bytes

Steps to run this sample:

  1. Run a Temporal service.
  2. Run the following command to start the worker
go run metrics/worker/main.go
  1. Run the following command to start the example
go run metrics/starter/main.go
  1. Check metrics at http://localhost:9090/metrics (this is where the Prometheus agent scrapes it from).