good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0b4a54ab authored by Thomas Guinther's avatar Thomas Guinther
Browse files

a way to run pggat w/ tracing support

parent df87b7cf
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
# This is the default target, which will be built when you invoke make
.PHONY: all
all: runotel
devenv:
export GFX_CORE_ALLOCATION=0
otelenv:
export OTEL_RESOURCE_ATTRIBUTES=deployment.environment=local,service.version=0.1.0,service.instance.id=$(HOSTNAME)
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://localhost:4318/v1/traces
runotel: devenv otelenv
go run ./cmd/pggat run pool basic transaction
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment