Skip to content

The-Gleb/go_metrics_and_alerting

Repository files navigation

Service consists of:

  • client
    • it collects go runtime metrics and sends it to the server
    • it does it concurrently with a certain interval that may be set in config
  • server
    • accepts metrics of different types and processes it
    • stores to database or updates if metric has already been added

How to start server

go run ./cmd/server

Configuration details can be found in cmd/server/flags.go

How to run unit tests

go test -v ./...

How to run staticlinter

go run ./cmd/staticlint ./...

About

Service for metrics monitoring and alerting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published