mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
package telemetrymetrics
|
|
|
|
var IntrinsicFields = []string{
|
|
"temporality",
|
|
"metric_name",
|
|
"type",
|
|
"is_monotonic",
|
|
}
|