<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Observability on wporter.org</title>
    <link>https://wporter.org/categories/observability/</link>
    <description>Recent content in Observability on wporter.org</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 14 Jan 2026 23:30:00 +0000</lastBuildDate>
    <atom:link href="https://wporter.org/categories/observability/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Fluent Bit on Windows to ship event logs to VictoriaLogs</title>
      <link>https://wporter.org/using-fluent-bit-on-windows-to-ship-event-logs-to-victorialogs/</link>
      <pubDate>Wed, 14 Jan 2026 23:30:00 +0000</pubDate>
      <guid>https://wporter.org/using-fluent-bit-on-windows-to-ship-event-logs-to-victorialogs/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://docs.fluentbit.io/manual/installation/downloads/windows&#34;&gt;Windows install docs&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://docs.fluentbit.io/manual/installation/downloads/windows#can-you-manage-fluent-bit-service-using-powershell&#34;&gt;Windows service setup&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Fluent Bit is designed solely as a low-overhead forwarding agent, primarily for logs (though it does have support for metrics as well), and has a wide ecosystem of &amp;ldquo;input&amp;rdquo; and &amp;ldquo;output&amp;rdquo; plugins that permit it to be used to collect logs or metrics from a wide variety of things, then ship said logs or metrics to a wide variety of data stores (e.g., in our case, it&amp;rsquo;ll ship via a web request POSTing events to VictoriaLogs).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Grafana Alloy on Windows to export (push) metrics (from Prometheus) and logs (from Loki)</title>
      <link>https://wporter.org/using-grafana-alloy-on-windows-to-export-push-metrics-from-prometheus-and-logs-from-loki/</link>
      <pubDate>Sun, 29 Jun 2025 19:30:00 +0000</pubDate>
      <guid>https://wporter.org/using-grafana-alloy-on-windows-to-export-push-metrics-from-prometheus-and-logs-from-loki/</guid>
      <description>&lt;p&gt;Grafana Alloy is a multi-use exporter that we can run on our hosts to expose metrics for Prometheus. It also does other stuff, like send logs to Loki. It&amp;rsquo;s got a lot of features - &lt;a href=&#34;https://grafana.com/docs/alloy/latest/&#34;&gt;you can read more it at grafana.com/docs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Essentially, Grafana Alloy is an Open Telemetry-compatible collector that serves as a unified telemetry agent for popular services like Loki and Prometheus.&lt;/p&gt;&#xA;&lt;p&gt;Some relevant points about Alloy:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;We can replace the Prometheus Windows Exporter with Alloy, as Alloy for Windows has the Prometheus Windows Exporter built in.&lt;/li&gt;&#xA;&lt;li&gt;We can use Alloy as a collector/forwarder to push metrics to Prometheus (rather than the default pull) which may be desirable, depending on your specific environment and firewalling&lt;/li&gt;&#xA;&lt;li&gt;Grafana Alloy replaced the older Grafana Agent.&lt;/li&gt;&#xA;&lt;li&gt;Alloy allows us collect and push logs to Loki in addition to collecting and pushing metrics to Prometheus.&lt;/li&gt;&#xA;&lt;li&gt;Alloy has a considerable memory footprint compared to the much leaner Windows Exporter, but is necessary if you would like to push metrics to Prometheus. I&amp;rsquo;ve noticed Alloy consuming an order of magnitude (20x, in this case) more memory than the standalone Exporter (~370 mb vs ~20 mb).&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;installing-alloy-on-windows&#34;&gt;Installing Alloy on Windows&lt;/h2&gt;&#xA;&lt;p&gt;There is not yet a Winget package for Grafana Alloy (thought there was, but couldn&amp;rsquo;t find it). You can download and (silently) install it with the following PowerShell:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
