netbox-plugin-prometheus-sd

Provide Prometheus url_sd compatible API Endpoint with data from Netbox

MIT License

Downloads
2.3K
Stars
126

Bot releases are hidden (Show)

netbox-plugin-prometheus-sd - v1.0.0

Published by FlxPeters 6 months ago

Finally, a 1.0.0 release in preparation for Netbox 4.0 and breaking changes on the plugin API!

This will probably be the latest release supporting Netbox 3.x., depending on backwards compatibility of the Netbox 4.x plugin API.

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/1.0.0...v1.0.0

netbox-plugin-prometheus-sd - 0.8.0 - OOB, Device Locations and Descriptions

Published by FlxPeters 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.7.0...0.8.0

netbox-plugin-prometheus-sd - 0.8.0-rc1 - OOB, Device Locations and Descriptions

Published by FlxPeters 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.7.0...0.8.0-rc1

netbox-plugin-prometheus-sd - 0.7.0 - Netbox 3.6 compatibility

Published by FlxPeters about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.6.3...0.7.0

netbox-plugin-prometheus-sd - 0.7.0-rc1 - Rack label

Published by FlxPeters over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.6.3...0.7.0

netbox-plugin-prometheus-sd - 0.6.3 - Rack label

Published by FlxPeters over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.6.2...0.6.3

netbox-plugin-prometheus-sd - 0.6.2 - Fix object ID format

Published by FlxPeters over 1 year ago

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.6.1...0.6.2

Note: This is a new release on the same 0.6.2 tag. The release to PyPi was broken.

netbox-plugin-prometheus-sd - 0.6.1 - Fix module version string

Published by FlxPeters over 1 year ago

netbox-plugin-prometheus-sd - 0.6.0 - Custom fields

Published by FlxPeters over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.5.0...0.6.0

netbox-plugin-prometheus-sd - 0.6.0rc1 - Custom fields

Published by FlxPeters about 2 years ago

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.5.0...0.6.0rc1

netbox-plugin-prometheus-sd - 0.5.0 - Netbox 3.3 compatibility

Published by FlxPeters about 2 years ago

Maintenance release with updates for dependencies and a new default Netbox version.

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.4.0...0.5.0

netbox-plugin-prometheus-sd - 0.4.0 - Netbox 3.2 compatibillity

Published by FlxPeters over 2 years ago

This release introduces the compatibility with Netbox 3.2.
We also have contact information as new labels.

Thanks to all new and existing contributors! 🚀

What's Changed

New Contributors

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.3.1...0.4.0

netbox-plugin-prometheus-sd - 0.3.1

Published by FlxPeters over 2 years ago

Update dependencies - no new Features.

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.3.0...0.3.1

netbox-plugin-prometheus-sd - 0.3.0

Published by FlxPeters almost 3 years ago

What's Changed

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.2.0...0.3.0

netbox-plugin-prometheus-sd - 0.2.0

Published by FlxPeters almost 3 years ago

Improvements

Pageing

Remove paging from Prometheus APIs because Prometheus does not support them.
Results over 50 items required a page size parameter in the earlier releases. Now paging is completely disabled.

Full Changelog: https://github.com/FlxPeters/netbox-plugin-prometheus-sd/compare/0.1.0...0.2.0

netbox-plugin-prometheus-sd - Initial release

Published by FlxPeters almost 3 years ago

Initial release using Netbox APIs with custom serializers

netbox-plugin-prometheus-sd - Initial release

Published by FlxPeters about 3 years ago

Initial relase based on Netbox viewsets with custom serializers for Prometheus.