Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Counter meaning in grafana (statsd -> telegraf -> influxdb -> grafana) #2

Open
@thangld322

Description

@thangld322

Sorry for my lack of knowledge about statsd.
I'm using your go-statsd to count events in my logs shipper app.
Everytimes it receives an event, it increases stat.inputEvents by one.
Then, I use grafana to visualize this stat:

Data source: InfluxDB
Query: SELECT "value" FROM "stat_inputEvents" WHERE ("metric_type" = 'counter') AND $timeFilter

Since the graph is not always going up, so it is not counter from beginning.
So what does its value mean please? Events per second, events per ten seconds, ...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions