Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/developers/operations-api/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Retrieves analytics data from the server.

- `operation` _(required)_ - must always be `get_analytics`
- `metric` _(required)_ - any value returned by `list_metrics`
- `start_time` _(optional)_ - Unix timestamp in seconds
- `end_time` _(optional)_ - Unix timestamp in seconds
- `start_time` _(optional)_ - Unix timestamp in milliseconds
- `end_time` _(optional)_ - Unix timestamp in milliseconds
- `get_attributes` _(optional)_ - array of attribute names to retrieve
- `conditions` _(optional)_ - array of conditions to filter results (see [search_by_conditions docs](./nosql-operations) for details)

Expand All @@ -21,8 +21,8 @@ Retrieves analytics data from the server.
{
"operation": "get_analytics",
"metric": "resource-usage",
"start_time": 1609459200,
"end_time": 1609545600,
"start_time": 1769198332754,
"end_time": 1769198532754,
"get_attributes": ["id", "metric", "userCPUTime", "systemCPUTime"],
"conditions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Retrieves analytics data from the server.

- `operation` _(required)_ - must always be `get_analytics`
- `metric` _(required)_ - any value returned by `list_metrics`
- `start_time` _(optional)_ - Unix timestamp in seconds
- `end_time` _(optional)_ - Unix timestamp in seconds
- `start_time` _(optional)_ - Unix timestamp in milliseconds
- `end_time` _(optional)_ - Unix timestamp in milliseconds
- `get_attributes` _(optional)_ - array of attribute names to retrieve
- `conditions` _(optional)_ - array of conditions to filter results (see [search_by_conditions docs](./nosql-operations) for details)

Expand All @@ -21,8 +21,8 @@ Retrieves analytics data from the server.
{
"operation": "get_analytics",
"metric": "resource-usage",
"start_time": 1609459200,
"end_time": 1609545600,
"start_time": 1769198332754,
"end_time": 1769198532754,
"get_attributes": ["id", "metric", "userCPUTime", "systemCPUTime"],
"conditions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Retrieves analytics data from the server.

- `operation` _(required)_ - must always be `get_analytics`
- `metric` _(required)_ - any value returned by `list_metrics`
- `start_time` _(optional)_ - Unix timestamp in seconds
- `end_time` _(optional)_ - Unix timestamp in seconds
- `start_time` _(optional)_ - Unix timestamp in milliseconds
- `end_time` _(optional)_ - Unix timestamp in milliseconds
- `get_attributes` _(optional)_ - array of attribute names to retrieve
- `conditions` _(optional)_ - array of conditions to filter results (see [search_by_conditions docs](./nosql-operations) for details)

Expand All @@ -21,8 +21,8 @@ Retrieves analytics data from the server.
{
"operation": "get_analytics",
"metric": "resource-usage",
"start_time": 1609459200,
"end_time": 1609545600,
"start_time": 1769198332754,
"end_time": 1769198532754,
"get_attributes": ["id", "metric", "userCPUTime", "systemCPUTime"],
"conditions": [
{
Expand Down