mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 07:53:13 +08:00
34 lines
819 B
JSON
34 lines
819 B
JSON
{
|
|
"service.name": [
|
|
{
|
|
"name": "service.name",
|
|
"fieldContext": "resource",
|
|
"fieldDataType": "string",
|
|
"signal": "metrics"
|
|
}
|
|
],
|
|
"http.request.method": [
|
|
{
|
|
"name": "http.request.method",
|
|
"fieldContext": "attribute",
|
|
"fieldDataType": "string",
|
|
"signal": "metrics"
|
|
}
|
|
],
|
|
"http.response.status_code": [
|
|
{
|
|
"name": "http.response.status_code",
|
|
"fieldContext": "attribute",
|
|
"fieldDataType": "int",
|
|
"signal": "metrics"
|
|
}
|
|
],
|
|
"host.name": [
|
|
{
|
|
"name": "host.name",
|
|
"fieldContext": "resource",
|
|
"fieldDataType": "string",
|
|
"signal": "metrics"
|
|
}
|
|
]
|
|
} |