diff --git a/pkg/query-service/model/response.go b/pkg/query-service/model/response.go index 61be36f170..4d7fb9d230 100644 --- a/pkg/query-service/model/response.go +++ b/pkg/query-service/model/response.go @@ -546,6 +546,9 @@ type SignozLogV2 struct { SeverityText string `json:"severity_text" ch:"severity_text"` SeverityNumber uint8 `json:"severity_number" ch:"severity_number"` Body string `json:"body" ch:"body"` + ScopeName string `json:"scope_name" ch:"scope_name"` + ScopeVersion string `json:"scope_version" ch:"scope_version"` + ScopeString map[string]string `json:"scope_string" ch:"scope_string"` Resources_string map[string]string `json:"resources_string" ch:"resources_string"` Attributes_string map[string]string `json:"attributes_string" ch:"attributes_string"` Attributes_number map[string]float64 `json:"attributes_float" ch:"attributes_number"`