Skip to content
#

prometheus-metrics

Here are 287 public repositories matching this topic...

davemasselink
davemasselink commented Aug 9, 2019

Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.

Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:

  • create namespace
  • create deployment
  • delete deployment
  • delete namespace
thetaprimeprime
thetaprimeprime commented Nov 4, 2021

Is your feature request related to a problem? Please describe.

I found this simple import

from prometheus_api_client import PrometheusConnect

not only import PrometheusConnect itself, but also pandas and possibly matplotlib, which take about 50MB more unnecessary memory when I don't want to use DataFrames and plot them.

Is there any way to only import `Prometheus

Improve this page

Add a description, image, and links to the prometheus-metrics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prometheus-metrics topic, visit your repo's landing page and select "manage topics."

Learn more