Categorygithub.com/andreevym/metric-collector
module
0.0.0-20240907235949-99e56c37b849
Repository: https://github.com/andreevym/metric-collector.git
Documentation: pkg.go.dev

# README

metric-collector

Сервис сбора метрик и алертинга

Description

Это клиент серверное приложение, где сервер сохраняет и отдает метрики, которые записал клиент.

Build Agent

go build -ldflags "-X main.buildVersion=v1.0.1 -X main.buildDate=01-01-2024 -X main.buildCommit=05cf15b8f01bf4764d657fd09c7954ea0cdda239" -o agent cmd/agent/main.go  

Build Server

go build -ldflags "-X main.buildVersion=v1.0.1 -X main.buildDate=01-01-2024 -X main.buildCommit=05cf15b8f01bf4764d657fd09c7954ea0cdda239" -o transport cmd/transport/main.go

Contribution requirements coverage more than 55%

go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out

# Packages

No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author
No description provided by the author