From 585da07a57e2548430bb3db9ec1436040a01683c Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Mon, 15 Jun 2026 22:29:12 +0530 Subject: [PATCH 1/6] Add agent-observabilty datasource --- dist/resources.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dist/resources.json b/dist/resources.json index 91d8fd2..d47c610 100644 --- a/dist/resources.json +++ b/dist/resources.json @@ -58,6 +58,25 @@ "label": "LLMs & AI Agents", "order": 3, "items": [ + { + "id": "agent-observability", + "name": "Agent Observability", + "resource": "llm-ai-agents", + "telemetry_types":[ + "logs", + "traces" + ], + "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", + "isOtel": true, + "links": { + "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation" + }, + "assets": { + "logo": "assets/agent-observability.svg" + }, + "resource_label": "LLMs & AI Agents", + "resource_order": 3 + }, { "id": "anthropic", "name": "Anthropic", From 3ca701d1199985d100e42031b62e7417e3ef3c94 Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Thu, 2 Jul 2026 15:18:00 +0530 Subject: [PATCH 2/6] Add agent observability in catalog --- assets/agent-observability.svg | 1 + catalog/integrations/agent-observability.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 assets/agent-observability.svg create mode 100644 catalog/integrations/agent-observability.json diff --git a/assets/agent-observability.svg b/assets/agent-observability.svg new file mode 100644 index 0000000..77413f4 --- /dev/null +++ b/assets/agent-observability.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/catalog/integrations/agent-observability.json b/catalog/integrations/agent-observability.json new file mode 100644 index 0000000..df6a84f --- /dev/null +++ b/catalog/integrations/agent-observability.json @@ -0,0 +1,14 @@ +{ + "id": "agent-observability", + "name": "Agent Observability", + "resource": "llm-ai-agents", + "telemetry_types": ["logs", "traces"], + "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", + "isOtel": true, + "links": { + "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation" + }, + "assets": { + "logo": "assets/agent.svg" + } +} From d45a68ed82bd64ea1a4562651f47cfa1efcf3b65 Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Thu, 2 Jul 2026 15:26:41 +0530 Subject: [PATCH 3/6] change svg color --- assets/agent-observability.svg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/agent-observability.svg b/assets/agent-observability.svg index 77413f4..526da60 100644 --- a/assets/agent-observability.svg +++ b/assets/agent-observability.svg @@ -1 +1,13 @@ - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file From 4b461347b650d50829b9a60eb34ebf43cb3193df Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Mon, 6 Jul 2026 23:02:33 +0530 Subject: [PATCH 4/6] Add cloud download svg --- assets/cloud-download.svg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/cloud-download.svg diff --git a/assets/cloud-download.svg b/assets/cloud-download.svg new file mode 100644 index 0000000..bd31fc9 --- /dev/null +++ b/assets/cloud-download.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 2164e4df7d2eb318e57ac188610f8e7755e0bff1 Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Mon, 6 Jul 2026 23:36:43 +0530 Subject: [PATCH 5/6] agent-observability now only supports traces --- catalog/integrations/agent-observability.json | 2 +- dist/resources.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog/integrations/agent-observability.json b/catalog/integrations/agent-observability.json index df6a84f..27d52dc 100644 --- a/catalog/integrations/agent-observability.json +++ b/catalog/integrations/agent-observability.json @@ -2,7 +2,7 @@ "id": "agent-observability", "name": "Agent Observability", "resource": "llm-ai-agents", - "telemetry_types": ["logs", "traces"], + "telemetry_types": ["traces"], "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", "isOtel": true, "links": { diff --git a/dist/resources.json b/dist/resources.json index d47c610..24a27ff 100644 --- a/dist/resources.json +++ b/dist/resources.json @@ -63,7 +63,6 @@ "name": "Agent Observability", "resource": "llm-ai-agents", "telemetry_types":[ - "logs", "traces" ], "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", From d75924d9217dc601203385ae9e0e4483e1d0bd44 Mon Sep 17 00:00:00 2001 From: Aadish Jain Date: Mon, 6 Jul 2026 23:49:44 +0530 Subject: [PATCH 6/6] update description of agent-observability --- catalog/integrations/agent-observability.json | 2 +- dist/resources.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/integrations/agent-observability.json b/catalog/integrations/agent-observability.json index 27d52dc..e245d9f 100644 --- a/catalog/integrations/agent-observability.json +++ b/catalog/integrations/agent-observability.json @@ -3,7 +3,7 @@ "name": "Agent Observability", "resource": "llm-ai-agents", "telemetry_types": ["traces"], - "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", + "description": "Set up trace datasets for AI agent observability. Guided multi-step configuration.", "isOtel": true, "links": { "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation" diff --git a/dist/resources.json b/dist/resources.json index 24a27ff..1aaaedc 100644 --- a/dist/resources.json +++ b/dist/resources.json @@ -65,7 +65,7 @@ "telemetry_types":[ "traces" ], - "description": "Set up trace and log datasets for AI agent observability. Guided multi-step configuration.", + "description": "Set up trace datasets for AI agent observability. Guided multi-step configuration.", "isOtel": true, "links": { "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation"