fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 57s
Deploy Dev / Push (pull_request) Successful in 37s
Deploy Dev / Deploy dev (pull_request) Successful in 13s

This commit is contained in:
Egor Matveev
2025-06-13 02:23:48 +03:00
parent de7567b0e6
commit 1d5d753c39
4 changed files with 33 additions and 3 deletions

View File

@@ -3,12 +3,13 @@ package storage
import (
"context"
client "monitoring/app/storage/clickhouse"
"time"
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
)
type EndpointMetric struct {
Timestamp int `json:"timestamp"`
Timestamp time.Time `json:"timestamp"`
Service string `json:"service"`
Endpoint string `json:"endpoint"`
StatusCode int `json:"status_code"`