https://github.com/opsmill/infrahub-exporter
https://github.com/opsmill/infrahub-exporter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opsmill/infrahub-exporter
- Owner: opsmill
- Created: 2025-07-02T14:46:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T16:43:27.000Z (7 months ago)
- Last Synced: 2025-12-25T19:02:29.992Z (6 months ago)
- Language: Python
- Size: 665 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Infrahub Exporter
[Infrahub](https://github.com/opsmill/infrahub) by [OpsMill](https://opsmill.com) acts as a central hub to manage the data, templates and playbooks that powers your infrastructure. At its heart, Infrahub is built on 3 fundamental pillars:
- **A Flexible Schema**: A model of the infrastructure and the relation between the objects in the model, that's easily extensible.
- **Version Control**: Natively integrated into the graph database which opens up some new capabilities like branching, diffing, and merging data directly in the database.
- **Unified Storage**: By combining a graph database and git, Infrahub stores data and code needed to manage the infrastructure.
## Introduction
Infrahub Exporter is a service that exports metrics and service discovery information from Infrahub to monitoring systems like Prometheus and OpenTelemetry.
Infrahub Exporter acts as a bridge between your Infrahub instance and monitoring tools, providing:
1. **Metrics Export**: Collects and exposes metrics from Infrahub nodes for monitoring
2. **Service Discovery**: Provides dynamic service discovery for Prometheus based on Infrahub data
3. **OpenTelemetry Integration**: Supports sending metrics to OpenTelemetry collectors
## Using Infrahub exporter
Documentation for using Infrahub exporter is available [here](https://docs.infrahub.app/exporter/)