What is the difference between the OpenTelemetry C...
# general
p
What is the difference between the OpenTelemetry Collector and OpenTelemetry Metrics Collector
p
OtelCollector mainly acts as the gateway collector to which agents or instrumented apps send telemetry data. It also creates SigNoz Spanmetrics from incoming traces and exposes it via prometheus. In Docker, this component is also responsible for collecting hostmetrics and logs from all containers in same docker daemon. OtelCollector Metrics mainly scrapes the SigNoz spanmetrics from OtelCollector(s). In K8s, this component is also responsible for scraping metrics using pod annotation
<http://signoz.io/scrape|signoz.io/scrape>
as well as internal collector metrics.
p
thanks @Prashant Shahi!