2026-01-09 14:48:44 +01:00
{
2026-01-09 23:14:12 +01:00
"description" : "User activity and behavior monitoring dashboard" ,
"tags" : [ "user" , "activity" , "behavior" ] ,
"name" : "bakery-ia-user-activity" ,
"title" : "Bakery IA - User Activity" ,
"uploadedGrafana" : false ,
"uuid" : "bakery-ia-user-01" ,
"version" : "v4" ,
"collapsableRowsMigrated" : true ,
"layout" : [
{
"x" : 0 ,
"y" : 0 ,
"w" : 6 ,
"h" : 3 ,
"i" : "active-users" ,
"moved" : false ,
"static" : false
} ,
{
"x" : 6 ,
"y" : 0 ,
"w" : 6 ,
"h" : 3 ,
"i" : "user-sessions" ,
"moved" : false ,
"static" : false
} ,
{
"x" : 0 ,
"y" : 3 ,
"w" : 6 ,
"h" : 3 ,
"i" : "api-calls-per-user" ,
"moved" : false ,
"static" : false
} ,
{
"x" : 6 ,
"y" : 3 ,
"w" : 6 ,
"h" : 3 ,
"i" : "session-duration" ,
"moved" : false ,
"static" : false
}
] ,
"variables" : {
"service" : {
"id" : "service-var" ,
"name" : "service" ,
"description" : "Filter by service name" ,
"type" : "QUERY" ,
"queryValue" : "SELECT DISTINCT(resource_attrs['service.name']) as value FROM signoz_metrics.distributed_time_series_v4_1day WHERE metric_name = 'active_users' AND value != '' ORDER BY value" ,
"customValue" : "" ,
"textboxValue" : "" ,
"showALLOption" : true ,
"multiSelect" : false ,
"order" : 1 ,
"modificationUUID" : "" ,
"sort" : "ASC" ,
"selectedValue" : null
}
} ,
"widgets" : [
{
"id" : "active-users" ,
"title" : "Active Users" ,
"description" : "Number of active users by service" ,
"isStacked" : false ,
"nullZeroValues" : "zero" ,
"opacity" : "1" ,
"panelTypes" : "graph" ,
"query" : {
"builder" : {
"queryData" : [
2026-01-09 14:48:44 +01:00
{
2026-01-09 23:14:12 +01:00
"dataSource" : "metrics" ,
"queryName" : "A" ,
"aggregateOperator" : "sum" ,
"aggregateAttribute" : {
"key" : "active_users" ,
"dataType" : "int64" ,
"type" : "Gauge" ,
"isColumn" : false
} ,
"timeAggregation" : "latest" ,
"spaceAggregation" : "sum" ,
"functions" : [ ] ,
"filters" : {
"items" : [
{
"key" : {
"key" : "service.name" ,
"dataType" : "string" ,
"type" : "resource" ,
"isColumn" : false
} ,
"op" : "=" ,
"value" : "{{.service}}"
}
] ,
"op" : "AND"
} ,
"expression" : "A" ,
"disabled" : false ,
"having" : [ ] ,
"stepInterval" : 60 ,
"limit" : null ,
"orderBy" : [ ] ,
"groupBy" : [
{
"key" : "service.name" ,
"dataType" : "string" ,
"type" : "resource" ,
"isColumn" : false
}
] ,
"legend" : "{{service.name}}" ,
"reduceTo" : "sum"
2026-01-09 14:48:44 +01:00
}
2026-01-09 23:14:12 +01:00
] ,
"queryFormulas" : [ ]
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"queryType" : "builder"
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"fillSpans" : false ,
"yAxisUnit" : "none"
} ,
{
"id" : "user-sessions" ,
"title" : "User Sessions" ,
"description" : "Total user sessions by service" ,
"isStacked" : false ,
"nullZeroValues" : "zero" ,
"opacity" : "1" ,
"panelTypes" : "graph" ,
"query" : {
"builder" : {
"queryData" : [
2026-01-09 14:48:44 +01:00
{
2026-01-09 23:14:12 +01:00
"dataSource" : "metrics" ,
"queryName" : "A" ,
"aggregateOperator" : "sum" ,
"aggregateAttribute" : {
"key" : "user_sessions_total" ,
"dataType" : "int64" ,
"type" : "Counter" ,
"isColumn" : false
} ,
"timeAggregation" : "sum" ,
"spaceAggregation" : "sum" ,
"functions" : [ ] ,
"filters" : {
"items" : [
{
"key" : {
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
} ,
"op" : "=" ,
"value" : "{{.service}}"
}
] ,
"op" : "AND"
} ,
"expression" : "A" ,
"disabled" : false ,
"having" : [ ] ,
"stepInterval" : 60 ,
"limit" : null ,
"orderBy" : [ ] ,
"groupBy" : [
{
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
}
] ,
"legend" : "{{serviceName}}" ,
"reduceTo" : "sum"
2026-01-09 14:48:44 +01:00
}
2026-01-09 23:14:12 +01:00
] ,
"queryFormulas" : [ ]
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"queryType" : "builder"
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"fillSpans" : false ,
"yAxisUnit" : "none"
} ,
{
"id" : "api-calls-per-user" ,
"title" : "API Calls per User" ,
"description" : "Average API calls per user by service" ,
"isStacked" : false ,
"nullZeroValues" : "zero" ,
"opacity" : "1" ,
"panelTypes" : "graph" ,
"query" : {
"builder" : {
"queryData" : [
2026-01-09 14:48:44 +01:00
{
2026-01-09 23:14:12 +01:00
"dataSource" : "metrics" ,
"queryName" : "A" ,
"aggregateOperator" : "avg" ,
"aggregateAttribute" : {
"key" : "api_calls_per_user" ,
"dataType" : "float64" ,
"type" : "Gauge" ,
"isColumn" : false
} ,
"timeAggregation" : "avg" ,
"spaceAggregation" : "avg" ,
"functions" : [ ] ,
"filters" : {
"items" : [
{
"key" : {
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
} ,
"op" : "=" ,
"value" : "{{.service}}"
}
] ,
"op" : "AND"
} ,
"expression" : "A" ,
"disabled" : false ,
"having" : [ ] ,
"stepInterval" : 60 ,
"limit" : null ,
"orderBy" : [ ] ,
"groupBy" : [
{
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
}
] ,
"legend" : "{{serviceName}}" ,
"reduceTo" : "avg"
2026-01-09 14:48:44 +01:00
}
2026-01-09 23:14:12 +01:00
] ,
"queryFormulas" : [ ]
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"queryType" : "builder"
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"fillSpans" : false ,
"yAxisUnit" : "none"
} ,
{
"id" : "session-duration" ,
"title" : "Session Duration" ,
"description" : "Average session duration by service" ,
"isStacked" : false ,
"nullZeroValues" : "zero" ,
"opacity" : "1" ,
"panelTypes" : "graph" ,
"query" : {
"builder" : {
"queryData" : [
2026-01-09 14:48:44 +01:00
{
2026-01-09 23:14:12 +01:00
"dataSource" : "metrics" ,
"queryName" : "A" ,
"aggregateOperator" : "avg" ,
"aggregateAttribute" : {
"key" : "session_duration_seconds" ,
"dataType" : "float64" ,
"type" : "Gauge" ,
"isColumn" : false
} ,
"timeAggregation" : "avg" ,
"spaceAggregation" : "avg" ,
"functions" : [ ] ,
"filters" : {
"items" : [
{
"key" : {
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
} ,
"op" : "=" ,
"value" : "{{.service}}"
}
] ,
"op" : "AND"
} ,
"expression" : "A" ,
"disabled" : false ,
"having" : [ ] ,
"stepInterval" : 60 ,
"limit" : null ,
"orderBy" : [ ] ,
"groupBy" : [
{
"key" : "serviceName" ,
"dataType" : "string" ,
"type" : "tag" ,
"isColumn" : true
}
] ,
"legend" : "{{serviceName}}" ,
"reduceTo" : "avg"
2026-01-09 14:48:44 +01:00
}
2026-01-09 23:14:12 +01:00
] ,
"queryFormulas" : [ ]
2026-01-09 14:48:44 +01:00
} ,
2026-01-09 23:14:12 +01:00
"queryType" : "builder"
} ,
"fillSpans" : false ,
"yAxisUnit" : "seconds"
2026-01-09 14:48:44 +01:00
}
2026-01-09 23:14:12 +01:00
]
2026-01-09 14:48:44 +01:00
}