Logo
Explore Help
Register Sign In
External/signoz
1
0
Fork 0
You've already forked signoz
mirror of https://github.com/SigNoz/signoz.git synced 2025-12-17 23:47:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
signoz/pkg/query-service/model/normalizedMetrics.go

16 lines
369 B
Go
Raw Normal View History

chore(dot-metrics): added log line to check for those queries who are still using normalized metrics (#8518) * chore(dot-metrics): added log line to check for those queries who are still using normalized metrics * chore(dot-metrics): added log line to check for those queries who are still using normalized metrics * chore(dot-metrics): added log line to check for those queries who are still using normalized metrics * chore(dot-metrics): added log line to check for those queries who are still using normalized metrics * chore(dot-metrics): added log line to check for those queries who are still using normalized metrics * chore(dot-metrics): added array metrics search * chore(dot-metrics): removed regex query and added a simpler metrics in query * chore(dot-metrics): removed regex query and added a simpler metrics in query --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2025-07-23 14:57:31 +05:30
package model
import "encoding/json"
type MetricsNormalizedMap struct {
MetricName string `json:"metricName"`
IsUnNormalized bool `json:"isUnNormalized"`
}
func (c *MetricsNormalizedMap) MarshalBinary() (data []byte, err error) {
return json.Marshal(c)
}
func (c *MetricsNormalizedMap) UnmarshalBinary(data []byte) error {
return json.Unmarshal(data, c)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 1123ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API