Categorygithub.com/Jourloy/go-metrics-collector
module
0.0.0-20240314074233-6db80bbd525d
Repository: https://github.com/jourloy/go-metrics-collector.git
Documentation: pkg.go.dev

# README

go-metrics-collector

Getting started

env

For start docker you should create .env file (look into .env.template for more info).

For server you should create .env.server and for agent you should create .env.agent files.

Running apps

About agent and server read more information in cmd folder.

Docker

$ docker-compose up -d

Changelog

You can find changelog in /internal/README.md file.

Template update

Add template in remote:

$ git remote add -m main template https://github.com/Yandex-Practicum/go-musthave-metrics-tpl.git

For autotests code update:

$ git fetch template 
$ git checkout template/main .github

README autotests.

# Packages

No description provided by the author