From owner-freebsd-hackers@freebsd.org Sun Apr 29 15:20:50 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07186FAFD38 for ; Sun, 29 Apr 2018 15:20:50 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9837E6AB82 for ; Sun, 29 Apr 2018 15:20:49 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yb0-x230.google.com with SMTP id x145-v6so1458837ybg.10 for ; Sun, 29 Apr 2018 08:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/7cwG3aNKIg7jnHkp6r1VYg81VNSDFg2PQsQB6UERNA=; b=ujphqQ3vbhsnR0qoirnEUNJuyENBnbrTYWh+PL5vLNR6TiH7wTGe7HCHSrxA+DwCd4 iw5M+wqAZ9K28xzrQpDHr++WbS5jmIsqi0EzxcJvTFW6xUwwN1hfMqqYURoeQLl12S61 1iAHGGx7+QERpp5fgI6cIIWRZfaFc9/3o5m4w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/7cwG3aNKIg7jnHkp6r1VYg81VNSDFg2PQsQB6UERNA=; b=We7ka2qVUPUJd0UL72cSXCBPDmuqBTYCda5fDFNNKThvi5CBklbygX+zxDBKcdW/9t Q0rW6Q1crbnkPUbZRMG7SaJAYe0w0MiWH3RD2eyhD7FP5uWnlbaUnqcsCLzc/toLNB18 OCiiqS4pF5DCLzOVfh4SzazE0/e3UaiZlMwX9M4uB7vMlBv6TQ3jfMB2QjgN00rsCZ9F 5EcD35DmLKP5qC7pMOnEDz3DAtFWn9q2xbmPta/WUWIHMsJifa/9crclkXUwca8EV77p ZXlP8WL4uwvzscC8sQWKNGCvucroVcXgPGcNvJ0Gj7UdyFNAgYkJDEJ3uozTDsXmr+zp ZIDQ== X-Gm-Message-State: ALQs6tDYt+EM2Cxt/lW3EMVs511zM9wevQAviSIoykOGd6ltV0kSULoQ nW8RFJg8YTFPXOnZjDfXLqT/rfN0eNmZ72qLcxvAbg== X-Google-Smtp-Source: AB8JxZqIyb1kdDKpROD+/jjaLlRSXyMiitoB8rtmOBjsGqUjh7JbCFlZj6lMAz6VOFF3uWj7eTWzYDQaSoLJfeWiRso= X-Received: by 2002:a25:5b0b:: with SMTP id p11-v6mr3747706ybb.338.1525015248745; Sun, 29 Apr 2018 08:20:48 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Sun, 29 Apr 2018 08:20:18 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Sun, 29 Apr 2018 08:20:18 -0700 Message-ID: Subject: Re: "Sysctl as a Service" for influxdb / telegraf To: Ed Schouten Cc: FreeBSD Hackers , daniel.nelson@influxdb.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2018 15:20:50 -0000 On 29 April 2018 at 04:47, Ed Schouten wrote: > Hi Eitan. > > 2018-04-29 7:24 GMT+02:00 Eitan Adler : >> I've been talking with the maintainer of telegraf about implementing >> an importer for the Prometheus exporter. They mentioned that they'd >> prefer a slightly different format. > > Not that I want to block any progress, maybe it makes sense to point > the maintainer of Telegraf here: > > https://github.com/RichiH/OpenMetrics > > Apparently, the PrometheusDB, Influx and Monarch/Stackdriver authors > (see CONTRIBUTORS.md) are working on standardising the Prometheus > metrics format. Maybe it makes sense for the Telegraf developers to > join that effort? Influx and Telegraf are developed by the same company. They are also CCed on email. I'll let them reply with their thoughts -- Eitan Adler