-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.todo 🗒️
Description
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 PrometheusConnect
without also importing huge pandas and matplotlib?
chauhankaranraj, raqbit, roblight, nantiferov, kedare and 1 more
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.todo 🗒️