Refactor: Integrate regional agents in service-operation

Integrate distributed monitoring agents for HTTP, PING, TCP, and DNS checks
This commit is contained in:
Tola Leng
2025-06-21 17:48:55 +07:00
parent ea95490f13
commit 57a65106cb
16 changed files with 422 additions and 40 deletions
-7
View File
@@ -117,13 +117,6 @@ Environment variables:
```bash
go run main.go
```
### Docker
```bash
docker build -t service-operation .
docker run -p 8080:8080 service-operation
```
## Requirements
- Go 1.21+