iiRecord
Agentic AI Atlas · OpenTelemetry Collector
tool:opentelemetry-collectora5c.ai
II.
Tool JSON

tool:opentelemetry-collector

Structured · live

OpenTelemetry Collector json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-observability.yamlCluster · domain
Record JSON
{
  "id": "tool:opentelemetry-collector",
  "_kind": "Tool",
  "_file": "domain/tools/tools-observability.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "OpenTelemetry Collector",
    "homepageUrl": "https://opentelemetry.io/docs/collector/",
    "kind": "observability",
    "description": "Vendor-neutral agent/gateway for receiving, processing, and\nexporting traces, metrics, and logs.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:opentelemetry-collector",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:opentelemetry-collector",
      "to": "skill-area:observability-pipeline",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:opentelemetry-collector",
      "to": "skill-area:observability-instrumentation",
      "kind": "used_for"
    },
    {
      "from": "tool:opentelemetry-collector",
      "to": "tool:opentelemetry",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "OpenTelemetry ecosystem — the Collector is the data pipeline; OTel is the instrumentation SDK"
      }
    },
    {
      "from": "tool:opentelemetry-collector",
      "to": "tool:fluent-bit",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Observability pipelines — OTel Collector handles traces+metrics+logs; Fluent Bit focuses on logs"
      }
    },
    {
      "from": "tool:opentelemetry-collector",
      "to": "tool:vector",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Observability pipelines — OTel Collector is vendor-neutral; Vector is Datadog-backed"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:observability-pipeline",
      "to": "tool:opentelemetry-collector",
      "kind": "uses_tool"
    },
    {
      "from": "tool:fluent-bit",
      "to": "tool:opentelemetry-collector",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Observability pipelines — Fluent Bit focuses on logs; OTel Collector handles traces+metrics+logs"
      }
    },
    {
      "from": "tool:opentelemetry",
      "to": "tool:opentelemetry-collector",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "OpenTelemetry ecosystem — OTel is the instrumentation SDK; the Collector is the data pipeline"
      }
    }
  ]
}