run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.44k stars 732 forks source link

PrometheusReader implementation #923

Open mjimenezp opened 8 months ago

mjimenezp commented 8 months ago

Description

Have added a loader to retrieve data from Prometheus.

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

mjimenezp commented 8 months ago

make format and make lint executed: image

mjimenezp commented 8 months ago

The unit test for the reader are passing: image

The issue is with running all test, the arangoDB, should i try to fix the issue with that set of unit tests? image