Dashboards API - Tile JSON models
JSON models of dashboard tiles vary greatly, depending on the type of a tile. The JSON models for each tile type are listed below.
AssignedEntitiesTile
This type applies to the following tiles:
- AWS (
AWS
) - Bounce rate (
BOUNCE_RATE
) - Custom application (
CUSTOM_APPLICATION
) - Database performance (
DATABASE
) - External monitor (
SYNTHETIC_SINGLE_EXT_TEST
) - HTTP monitor (
SYNTHETIC_HTTP_MONITOR
) - JavaScript errors (
UEM_JSERRORS_OVERALL
) - Key user actions overview (
UEM_KEY_USER_ACTIONS
) - Key user action (
DEM_KEY_USER_ACTION
) - Log event (
LOG_ANALYTICS
)
- Mobile app (
MOBILE_APPLICATION
) - Service or request (
SERVICE_VERSATILE
) - Service-level objective (
SLO
) - Top conversion goals (
UEM_CONVERSIONS_OVERALL
) - User behavior (
SESSION_METRICS
) - User breakdown (
USERS
) - VMware (
VIRTUALIZATION
) - Web application (
APPLICATION
) - User action (
APPLICATION_METHOD
orAPPLICATION_METHOD
)
The AssignedEntitiesTile
object
Element | Type | Description |
---|---|---|
assignedEntities | string[] | The list of Dynatrace entities, assigned to the tile. Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "AWS",
"tileType": "AWS",
"configured": true,
"bounds": {
"top": 192,
"left": 62,
"width": 304,
"height": 152
},
"tileFilter": {
"timeframe": "Today"
},
"assignedEntities": [
"556925984968688946"
]
}
FilterableEntityTile
This type applies to the following tiles:
- Application health (
APPLICATIONS
) - Database health (
DATABASES_OVERVIEW
) - Host health (
HOSTS
) - Service health (
SERVICES
) - Synthetic monitor health (
SYNTHETIC_TESTS
)
The FilterableEntityTile
object
Element | Type | Description |
---|---|---|
filterConfig | Custom | Configuration of the custom filter of a tile. Can be |
chartVisible | boolean | - Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Host health",
"tileType": "HOSTS",
"configured": true,
"bounds": {
"top": 47,
"left": 415,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "-3h to now",
"managementZone": {
"id": "9130632296508575249",
"name": "Easytravel"
}
},
"filterConfig": null,
"chartVisible": true
}
AssignedEntitiesWithMetricTile
This type applies to the following tiles:
- World map (
APPLICATION_WORLDMAP
) - Host (
HOST
) - Process group (
PROCESS_GROUPS_ONE
) - Resources (
RESOURCES
) - Most used 3rd parties (
THIRD_PARTY_MOST_ACTIVE
) - Conversion goal (
UEM_CONVERSIONS_PER_GOAL
)
The AssignedEntitiesWithMetricTile
object
Element | Type | Description |
---|---|---|
assignedEntities | string[] | The list of Dynatrace entities, assigned to the tile. Can be |
metric | string | The metric assigned to the tile. Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "World map",
"tileType": "APPLICATION_WORLDMAP",
"configured": true,
"bounds": {
"top": 118,
"left": 194,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "-12h to now",
"managementZone": null
},
"assignedEntities": [
"APPLICATION-C93B8002996906CD"
],
"metric": "SESSION_USERS"
}
CustomChartingTile
This type applies to the following tiles:
- Custom chart (
CUSTOM_CHARTING
)
The CustomChartingTile
object
Element | Type | Description |
---|---|---|
filterConfig | Custom | Configuration of the custom filter of a tile. Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Custom chart",
"tileType": "CUSTOM_CHARTING",
"configured": true,
"bounds": {
"top": 115,
"left": 205,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "-1d to -12h",
"managementZone": {
"id": "9130632296508575249",
"name": "Easytravel"
}
},
"filterConfig": {
"type": "MIXED",
"customName": "CPU idle",
"defaultName": "Custom chart",
"chartConfig": {
"type": "TIMESERIES",
"series": [
{
"metric": "builtin:host.cpu.idle",
"aggregation": "AVG",
"percentile": null,
"type": "LINE",
"entityType": "HOST",
"dimensions": [],
"sortAscending": false,
"sortColumn": false,
"aggregationRate": "TOTAL"
},
{
"metric": "builtin:host.cpu.load",
"aggregation": "MAX",
"percentile": null,
"type": "AREA",
"entityType": "HOST",
"dimensions": [],
"sortAscending": false,
"sortColumn": true,
"aggregationRate": "TOTAL"
}
],
"resultMetadata": {}
},
"filtersPerEntityType": {
"HOST": {
"AUTO_TAGS": [
"easyTravel"
]
}
}
}
}
MarkdownTile
This type applies to the following tiles:
- Markdown (
MARKDOWN
)
The MarkdownTile
object
Element | Type | Description |
---|---|---|
markdown | string | The markdown-formatted content of the tile. Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Markdown",
"tileType": "MARKDOWN",
"configured": true,
"bounds": {
"top": 252,
"left": 173,
"width": 304,
"height": 152
},
"tileFilter": {
"timeframe": null,
"managementZone": null
},
"markdown": "## This is a Markdown tile\n\nIt supports **rich text** and [links](https://dynatrace.com)"
}
ProblemTile
This type applies to the following tiles:
- Problems (
OPEN_PROBLEMS
)
The ProblemTile
object
Element | Type | Description |
---|---|---|
problemSelector | string | Defines the scope of the problem tile. Only problems matching the specified criteria are taken into account. For further information please look at the Problems API v2 '/problems' endpoint. Can be |
entitySelector | string | The entity scope of the problem tile. For further information please look at the Problems API v2 '/problems' endpoint. Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Host health",
"tileType": "OPEN_PROBLEMS",
"configured": true,
"bounds": {
"top": 47,
"left": 415,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "-3h to now",
"managementZone": {
"id": "9130632296508575249",
"name": "Easytravel"
}
},
"problemSelector": "status(\"open\")",
"entitySelector": "type(\"HOST\"),tag(\"easyTravel\")"
}
ScalableListTile
The ScalableListTile
object
Element | Type | Description |
---|---|---|
customFilterId | string | The ID of the custom filter. Can be |
entitySpecificTileType | string | The type of the entity specific tile. The element can hold these values
Can be |
chartVisible | boolean | - Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "ScalableList",
"nameSize": "",
"tileType": "Image",
"configured": true,
"bounds": {
"top": 112,
"left": 45,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": null,
"managementZone": null
},
"entitySpecificTileType": "DATA_EXLORER"
}
SyntheticSingleWebcheckTile
This type applies to the following tiles:
- Browser monitor (
SYNTHETIC_SINGLE_WEBCHECK
)
The SyntheticSingleWebcheckTile
object
Element | Type | Description |
---|---|---|
assignedEntities | string[] | The list of Dynatrace entities, assigned to the tile. Can be |
excludeMaintenanceWindows | boolean | Include ( Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Browser monitor",
"tileType": "SYNTHETIC_SINGLE_WEBCHECK",
"configured": true,
"bounds": {
"top": 209,
"left": 214,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "-24h to now",
"managementZone": null
},
"assignedEntities": [
"SYNTHETIC_TEST-0000000000016ACF"
],
"excludeMaintenanceWindows": true
}
Tile
This type applies to the following tiles:
- Data center services health (
DCRUM_SERVICES
) - Docker (
DOCKER
) - Header (
HEADER
) - Live user activity (
UEM_ACTIVE_SESSIONS
) - Network metric (
NETWORK
) - Network status (
NETWORK_MEDIUM
) - Smartscape (
PURE_MODEL
) - Top web applications (
APPLICATIONS_MOST_ACTIVE
)
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "Tile",
"nameSize": "",
"tileType": "TILE",
"configured": true,
"bounds": {
"top": 112,
"left": 45,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": null,
"managementZone": null
}
}
UserSessionQueryTile
This type applies to the following tiles:
- User session query (
DTAQL
)
The UserSessionQueryTile
object
Element | Type | Description |
---|---|---|
customName | string | The name of the tile, set by user. Can be |
query | string | A user session query executed by the tile. Can be |
type | string | The visualization of the tile. The element can hold these values
Can be |
timeFrameShift | string | The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift. Can be |
visualizationConfig | User | Configuration of a User session query visualization tile. Can be |
limit | integer | The limit of the results, if not set will use the default value of the system Can be |
The Tile
object
Configuration of a tile.
The actual set of fields depends on the type of the tile. Find the list of actual objects in the description of the tileType field or see Dashboards API - Tile JSON models.
Element | Type | Description |
---|---|---|
name | string | The name of the tile. |
nameSize | string | The size of the tile name. Default value is null. The element can hold these values
Can be |
tileType | string | Defines the actual set of fields depending on the value. See one of the following objects:
The element can hold these values
|
configured | boolean | The tile is configured and ready to use ( Can be |
bounds | Tile | The position and size of a tile. |
tileFilter | Tile | A filter applied to a tile. It overrides dashboard's filter. Can be |
The TileBounds
object
The position and size of a tile.
Element | Type | Description |
---|---|---|
top | integer | The vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
left | integer | The horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels. Can be |
width | integer | The width of the tile, in pixels. Can be |
height | integer | The height of the tile, in pixels. Can be |
The TileFilter
object
A filter applied to a tile.
It overrides dashboard's filter.
Element | Type | Description |
---|---|---|
timeframe | string | The default timeframe of the tile. Can be |
managementZone | Entity | The short representation of a Dynatrace entity. Can be |
The EntityShortRepresentation
object
The short representation of a Dynatrace entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the Dynatrace entity. |
name | string | The name of the Dynatrace entity. Can be |
description | string | A short description of the Dynatrace entity. Can be |
json{
"name": "User Sessions Query",
"tileType": "DTAQL",
"configured": true,
"bounds": {
"top": 112,
"left": 45,
"width": 304,
"height": 304
},
"tileFilter": {
"timeframe": "Today",
"managementZone": {
"id": "9130632296508575249",
"name": "Easytravel"
}
},
"customName": "User sessions query results",
"query": " SELECT country, city, COUNT(*) FROM usersession GROUP BY country, city",
"type": "COLUMN_CHART"
}
- Dashboards and reports
Learn how to create, manage, and use Dynatrace dashboards.