mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 16:07:10 +00:00
10 lines
135 B
Go
10 lines
135 B
Go
package telemetrymetrics
|
|
|
|
var IntrinsicFields = []string{
|
|
"__normalized",
|
|
"temporality",
|
|
"metric_name",
|
|
"type",
|
|
"is_monotonic",
|
|
}
|