<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Events on ClusterCockpit</title><link>/tags/events/</link><description>Recent content in Events on ClusterCockpit</description><generator>Hugo</generator><language>en</language><atom:link href="/tags/events/index.xml" rel="self" type="application/rss+xml"/><item><title>InfluxDB Line Protocol</title><link>/docs/explanation/lineprotocol/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/explanation/lineprotocol/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>ClusterCockpit uses an &lt;a href="https://docs.influxdata.com/influxdb/v2.1/reference/syntax/line-protocol/">InfluxData line-protocol&lt;/a> flavor for transferring messages between its components. All messages share the same text-based format:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span>&amp;lt;measurement&amp;gt;,&amp;lt;tag_set&amp;gt; &amp;lt;field_set&amp;gt; &amp;lt;timestamp&amp;gt;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Where &lt;code>&amp;lt;tag_set&amp;gt;&lt;/code> and &lt;code>&amp;lt;field_set&amp;gt;&lt;/code> are comma-separated lists of &lt;code>key=value&lt;/code> entries. The timestamp is Unix epoch time in &lt;strong>seconds&lt;/strong>.&lt;/p>


&lt;div class="alert alert-primary" role="alert">
&lt;h4 class="alert-heading">Backward Compatibility&lt;/h4>

 Initially only metrics (number values) were sent. The specification was extended to support messages with different purposes (events, controls). This extension is backward-compatible — metric messages are unchanged.

&lt;/div>

&lt;h2 id="message-categories">Message Categories&lt;/h2>
&lt;p>Three message categories are distinguished by their field key:&lt;/p></description></item></channel></rss>