feat(system-metrics,service-metrics,elastic): update elastic-client to version 8, improve parser logic to add more information, improve system monitor to add more information

This commit is contained in:
Patryk Hegenberg 2025-09-15 08:25:20 +02:00
parent 6c098ed61c
commit 159df116c8
10 changed files with 587 additions and 190 deletions

View file

@ -8,7 +8,7 @@ import (
"strings"
"time"
"github.com/elastic/go-elasticsearch/v7"
"github.com/elastic/go-elasticsearch/v8"
)
func NewElasticsearchClient(config ElasticsearchConfig) (*elasticsearch.Client, error) {