<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Monitoring &amp; Observability on MCP Toolbox for Databases</title><link>/documentation/monitoring/</link><description>Recent content in Monitoring &amp; Observability on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="/documentation/monitoring/index.xml" rel="self" type="application/rss+xml"/><item><title>Telemetry</title><link>/documentation/monitoring/telemetry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/monitoring/telemetry/</guid><description>&lt;h2 id="about">About&lt;/h2>
&lt;p>Telemetry data such as logs, metrics, and traces will help developers understand
the internal state of the system. This page walks though different types of
telemetry and observability available in Toolbox.&lt;/p>
&lt;p>Toolbox exports telemetry data of logs via standard out/err, and traces/metrics
through &lt;a href="https://opentelemetry.io/">OpenTelemetry&lt;/a>. Additional flags can be
passed to Toolbox to enable different logging behavior, or to export metrics
through a specific &lt;a href="/documentation/monitoring/telemetry/#exporter">exporter&lt;/a>.&lt;/p>
&lt;h2 id="logging">Logging&lt;/h2>
&lt;p>The following flags can be used to customize Toolbox logging:&lt;/p></description></item><item><title>Export Telemetry</title><link>/documentation/monitoring/export_telemetry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/monitoring/export_telemetry/</guid><description>&lt;h2 id="about">About&lt;/h2>
&lt;p>The &lt;a href="https://opentelemetry.io/docs/collector/">OpenTelemetry Collector&lt;/a> offers a vendor-agnostic
implementation of how to receive, process and export telemetry data. It removes
the need to run, operate, and maintain multiple agents/collectors.&lt;/p>
&lt;h2 id="configure-the-collector">Configure the Collector&lt;/h2>
&lt;p>To configure the collector, you will have to provide a configuration file. The
configuration file consists of four classes of pipeline component that access
telemetry data.&lt;/p>
&lt;ul>
&lt;li>&lt;code>Receivers&lt;/code>&lt;/li>
&lt;li>&lt;code>Processors&lt;/code>&lt;/li>
&lt;li>&lt;code>Exporters&lt;/code>&lt;/li>
&lt;li>&lt;code>Connectors&lt;/code>&lt;/li>
&lt;/ul>
&lt;p>Example of setting up the classes of pipeline components (in this example, we
don&amp;rsquo;t use connectors):&lt;/p></description></item></channel></rss>