Coder Social home page Coder Social logo

prometurbo's Introduction

Prometurbo

Get metrics from Prometheus for applications, and expose these applications and metrics in JSON format via REST API. The data ingestion framework probe (i.e., DIF Probe) will access the REST API, convert the JSON output to Turbonomic DTO to be consumed by Turbonomic server.

appmetric

Applications are distinguished by their IP address. For example, each Kubernetes Pod corresponds to one Application.

Currently, Prometurbo can get application metrics and attributes from Prometheus servers that are configured to scape metrices from the following exporters:

The applications to create, as well as the queries to run to get the metrics of those applications are defined in the configmap-prometurbo.yaml file. The configuration can be extended to support more exporters. If you deploy with helm or operator, define additional exporters through extraPrometheusExporters in the value yaml.

Output of Prometurbo: Applications with their metrics

The application metrics are served via REST API at endpoint /metrics. The output JSON format is defined at turbo-go-sdk:

type Topology struct {
	Version    string       `json:"version"`
	Updatetime int64        `json:"updateTime"`
	Scope      string       `json:"scope"`
	Source     string       `json:"source"`
	Entities   []*DIFEntity `json:"topology"`
}

type DIFEntity struct {
	UID                 string                     `json:"uniqueId"`
	Type                string                     `json:"type"`
	Name                string                     `json:"name"`
	HostedOn            *DIFHostedOn               `json:"hostedOn"`
	MatchingIdentifiers *DIFMatchingIdentifiers    `json:"matchIdentifiers"`
	PartOf              []*DIFPartOf               `json:"partOf"`
	Metrics             map[string][]*DIFMetricVal `json:"metrics"`
	partOfSet           set.Set
	hostTypeSet         set.Set
}

Deploy

Follow the deployment instructions at here to deploy Prometurbo and DIFProbe container in the same Pod.

prometurbo's People

Contributors

ading1977 avatar esara avatar maxwangvmt avatar pallavidn avatar songbinliu avatar dblinn avatar enlinxu avatar chlam4 avatar irfanurrehman 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.