https://github.com/form3tech-oss/blog-memory-leaks
Sample code linked from a company blogpost
https://github.com/form3tech-oss/blog-memory-leaks
Last synced: 11 months ago
JSON representation
Sample code linked from a company blogpost
- Host: GitHub
- URL: https://github.com/form3tech-oss/blog-memory-leaks
- Owner: form3tech-oss
- License: apache-2.0
- Created: 2022-09-07T12:24:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T05:01:05.000Z (about 2 years ago)
- Last Synced: 2024-03-15T06:22:54.335Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 10 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog-memory-leaks
This repository contains sample code linked from a company blogpost.
# Running
To start the application, and execute some requests against it, run `docker-compose up -d`
# Metrics & Traces
Metrics are available in [local Prometheus](http://localhost:9090/graph?g0.expr=go_memstats_heap_alloc_bytes&g0.tab=0&g0.stacked=0&g0.show_exemplars=0&g0.range_input=15m)
Traces are available in [local Zipkin](http://localhost:9411/zipkin/)