feat: add logs/metrics/tracing

This commit is contained in:
Jon Lundy
2022-08-12 15:53:16 -06:00
parent fd97f2ff17
commit ea2186a034
12 changed files with 2238 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
export EV_DATA = mem:
export EV_HTTP = :8080
-include local.mk
run: gen
go run .
@@ -20,7 +21,7 @@ endif
gqlgen
load:
watch -n .1 "http POST localhost:8080/event/asdf/test a=b one=1 two:='{\"v\":2}' | jq"
watch -n .1 "http POST localhost:8080/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq"
bi:
go build .