Giter Site home page Giter Site logo

gwqjava / heliosstreams Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nickman/heliosstreams

0.0 1.0 0.0 5.31 MB

Some kafka projects

License: Apache License 2.0

Java 66.80% Groovy 6.54% JavaScript 24.42% CSS 0.16% HTML 0.96% PLSQL 0.66% PLpgSQL 0.34% Batchfile 0.04% Shell 0.07%

heliosstreams's Introduction

HeliosStreams

Streaming performance data all the way home.

HeliosStreams Architecture

Data Types

Data Format Specifications

Value Types

Symbol Name Type Description Parameters
A Accumulator Valueless Tracking an all time total of a specific event type. None
M Meter Valueless Tracking the per seconds/minutes/hours/day rate of a specific event type None
D Delta Value The value of a given metric instance is the delta of the current and the prior value TBD
P Period Aggregated Value Values are aggregated to count, min, max and average per defined period (e.g. 15 sedonds) TBD
S Straight Through Value The metric is not aggregated and forwarded directly to endpoint None

Plain Text

The plain text stream is typically used when extracting data from application log or some other unstructured data feed after performing an extract-and-format operation in an intermediary such as LogStash and/or Filebeat.

Data Type Routing

  • Directed: The line of text is beig submitted to a stream that is specific to the data type of the metric.
  • Undirected: The line of text contains a symbol representing the data type of the metric and will be routed to an appropriate stream processor according to that symbol.

Text Line Format

[<value-type>,]<timestamp>, [<value>,] <metric-name>, <host>, <app> [,<tagkey1>=<tagvalue1>,<tagkeyn*>=<tagvaluen>]*

  • value-type: The value type symbol indicating how the metric should be routed. Only required if the routing is undirected.
  • timestamp: The effective timestamp of the metric in seconds-since-the epoch or milliseconds-since-the epoch.
  • value: The metric numeric value. Absent in valueless types.
  • metric-name: The identifier of the meaning of the metric. The fully qualified (global) name is comprised of the metric-name, the host, the app and the tags.
  • host : The name of the host the metric originated from
  • app : The name of the application the metric originated from
  • tags : Key value pairs that qualify the instance of the metric-name.

heliosstreams's People

Contributors

nickman avatar

Watchers

 avatar

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.