boagent icon indicating copy to clipboard operation
boagent copied to clipboard

SIDECAR CONTAINER STORING IMPACT DATA IN A TSDB

Open bpetit opened this issue 2 years ago • 0 comments

NOM

CLIENT LIBRARY STORY

As a developer, I want to assess the usage+manufacturing (ratio of usage on scope3 + scope 2) impacts of a running application on a given infrastructure. I want to get this impact as time series data in a time series database.

GUIDLINES

Provide an easy way to request the API from a sidecar container
Provide an easy way to push metrics from the API to a time series database
The retrieved impacts should be understood by humans and could provide insights to a developer regarding the impact of his application
Compute the ratio of impact based on the data locally, from the agent, then push to the tsdb

HELP RESSOURCES

Prometheus or Warp10 could be used as a time series database

Route [POST] /v1/server/

bpetit avatar Mar 18 '22 08:03 bpetit