mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-26 17:51:58 +08:00
9 lines
118 B
Go
9 lines
118 B
Go
package telemetrymetrics
|
|
|
|
var IntrinsicFields = []string{
|
|
"temporality",
|
|
"metric_name",
|
|
"type",
|
|
"is_monotonic",
|
|
}
|