Skip to content
Draft
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
[
{
"metadata": {
"scenario": "google-adk-instrumentation"
},
"metrics": {
"start": 0
},
"name": "google-adk-instrumentation-root",
"type": "task"
},
{
"metadata": {
"operation": "simple-run"
},
"metrics": {
"start": 0
},
"name": "adk-simple-run-operation",
"type": null
},
{
"input": {
"messages": [
{
"content": "What is the weather in Paris?",
"role": "user"
}
]
},
"metadata": {
"google_adk.session_id": "test-session-1",
"google_adk.user_id": "test-user",
"provider": "google-adk"
},
"metrics": {
"start": 0
},
"name": "Google ADK Runner",
"type": "task"
},
{
"metadata": {
"google_adk.agent_name": "weather_agent",
"model": "gemini-2.5-flash-lite",
"provider": "google-adk"
},
"metrics": {
"start": 0
},
"name": "Agent: weather_agent",
"type": "task"
},
{
"metadata": {
"google_adk.agent_name": "weather_agent",
"model": "gemini-2.5-flash-lite",
"provider": "google-adk"
},
"metrics": {
"duration": 0,
"end": 0,
"start": 0
},
"name": "Agent: weather_agent",
"output": {
"author": "weather_agent",
"content": "<text>",
"role": "model"
},
"type": "task"
},
{
"input": {
"messages": [
{
"content": "What is the weather in Paris?",
"role": "user"
}
]
},
"metadata": {
"google_adk.session_id": "test-session-1",
"google_adk.user_id": "test-user",
"provider": "google-adk"
},
"metrics": {
"completion_tokens": "<number>",
"duration": 0,
"end": 0,
"prompt_tokens": 75,
"start": 0,
"tokens": "<number>"
},
"name": "Google ADK Runner",
"output": {
"author": "weather_agent",
"content": "<text>",
"role": "model"
},
"type": "task"
},
{
"metadata": {
"operation": "simple-run"
},
"metrics": {
"end": 0,
"start": 0
},
"name": "adk-simple-run-operation",
"type": null
},
{
"metadata": {
"scenario": "google-adk-instrumentation"
},
"metrics": {
"end": 0,
"start": 0
},
"name": "google-adk-instrumentation-root",
"type": "task"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
[
{
"has_input": false,
"has_output": false,
"metadata": {
"scenario": "google-adk-instrumentation"
},
"metric_keys": [],
"name": "google-adk-instrumentation-root",
"root_span_id": "<span:1>",
"span_id": "<span:1>",
"span_parents": [],
"type": "task"
},
{
"has_input": false,
"has_output": false,
"metadata": {
"operation": "simple-run"
},
"metric_keys": [],
"name": "adk-simple-run-operation",
"root_span_id": "<span:1>",
"span_id": "<span:2>",
"span_parents": [
"<span:1>"
],
"type": null
},
{
"has_input": true,
"has_output": false,
"metadata": {
"google_adk.session_id": "test-session-1",
"google_adk.user_id": "test-user",
"provider": "google-adk"
},
"metric_keys": [],
"name": "Google ADK Runner",
"root_span_id": "<span:1>",
"span_id": "<span:3>",
"span_parents": [
"<span:2>"
],
"type": "task"
},
{
"has_input": false,
"has_output": false,
"metadata": {
"google_adk.agent_name": "weather_agent",
"model": "gemini-2.5-flash-lite",
"provider": "google-adk"
},
"metric_keys": [],
"name": "Agent: weather_agent",
"root_span_id": "<span:1>",
"span_id": "<span:4>",
"span_parents": [
"<span:2>"
],
"type": "task"
},
{
"has_input": false,
"has_output": true,
"metadata": {
"google_adk.agent_name": "weather_agent",
"model": "gemini-2.5-flash-lite",
"provider": "google-adk"
},
"metric_keys": [
"duration"
],
"name": "Agent: weather_agent",
"root_span_id": "<span:1>",
"span_id": "<span:4>",
"span_parents": [
"<span:2>"
],
"type": "task"
},
{
"has_input": true,
"has_output": true,
"metadata": {
"google_adk.session_id": "test-session-1",
"google_adk.user_id": "test-user",
"provider": "google-adk"
},
"metric_keys": [
"completion_tokens",
"duration",
"prompt_tokens",
"tokens"
],
"name": "Google ADK Runner",
"root_span_id": "<span:1>",
"span_id": "<span:3>",
"span_parents": [
"<span:2>"
],
"type": "task"
}
]
Loading
Loading