netbox-plugin-prometheus-sd icon indicating copy to clipboard operation
netbox-plugin-prometheus-sd copied to clipboard

Provide Prometheus url_sd compatible API Endpoint with data from Netbox

Results 42 netbox-plugin-prometheus-sd issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 24.4.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....

dependencies
python

## Describe your changes As I am building a full Prometheus service discovery based on Netbox's services, I stumbled upon an issue to be able to filter services by tenant....

## Version ``` # /opt/netbox/venv/bin/pip freeze | grep prometheus-sd netbox-plugin-prometheus-sd @ git+https://github.com/FlxPeters/netbox-plugin-prometheus-sd@686cb3ba3cd726a163659f2303aad822414bb6a7 ``` running under Netbox 3.7.4 ## Issues I have a couple of problems with labels from a custom...

Hi, below is the Netbox API return from `/api/dcim/devices/?name=router-01.example.com` and I would like to know if you could implement in your API a filter on the `model` or `model slug`...

Hello, Would it be possible to _exclude_ devices/VMs being shown in the `api/plugins/prometheus-sd/devices/` API endpoint please? For context - we're looking at making a low weight config context with something...

While this plugin works great with a small number of devices, it becomes very slow at scale. For example, with 1158 devices on my test, the following query takes 23...

Hello, Currently the sd plugin creates an api call for each job following the configured `refresh_interval` under the `http_sd_config` in prometheus ([http_sd_config](https://prometheus.io/docs/prometheus/latest/http_sd/)). This might create some load if you have...

question
wontfix

https://demo.netbox.dev/static/docs/core-functionality/services/ I think one of the great use cases could be if netbox services could be discovered as well. Critical services can be defined in the netbox, to be checked...

I can't seem to wrap my head around how this works in general. Netbox api call (with slight mod to change id to string from other thread) returns a boatload...

question

Goal: Provide releases as fast as possible and less errors. https://github.com/semantic-release/semantic-release * [ ] Pull a release based on conventional commits * [ ] Update version strings in `__init.py`

enhancement