Git Product home page Git Product logo

Comments (3)

jsocol avatar jsocol commented on August 26, 2024

Hey @Sriram21, to clarify, are you thinking about metadata associated with a metric, like Datadog's tags? Or a metric like mysql_version that has distinct, non-numeric values like a set?

from pystatsd.

Sriram21 avatar Sriram21 commented on August 26, 2024

Hi @jsocol ,

I am asking in the context of metadata assosciated for an application.. For eg if metrics are collected for mysql application numerical values such as connection count , open file count will go under gauge metric type.. Similary for non-numeric values ( metadata ) such as mysql-version how do we push it ? There are no metric types assoscciated with it.

Regards,
Sriram

from pystatsd.

jsocol avatar jsocol commented on August 26, 2024

Ah thanks for clarifying. Statsd isn’t meant to store that kind of metadata. It’s designed to aggregate numeric metrics.

There are a couple of things like statsd, like DataDog and Telegraf, that have extended the statsd protocol with “tags”, which allow arbitrary metadata on each metric to allow you to disaggregate and slice the data. For example you could tag each connection open counter with the MySQL client and server versions. But statsd itself—and this client—don’t support that extension.

from pystatsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.