https://github.com/slamdev/grpc-showcase
https://github.com/slamdev/grpc-showcase
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slamdev/grpc-showcase
- Owner: slamdev
- Created: 2020-07-08T21:57:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:43:19.000Z (about 2 years ago)
- Last Synced: 2025-01-29T14:45:19.419Z (about 1 year ago)
- Language: Go
- Size: 2.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
expectations from a language agnostic grpc service:
- configuration management
* yaml format
* override any setting via env variable
* different configuration profiles to run from local machine or in the cluster
- logs
* stacktraces
* json format when svc is running in the cluster
- http healthcheck
- expose prometheus endpoint and collect base metrics
- tracing integration