This repository contains examples and guides for integrating with Metoro's observability platform. Each directory contains self-contained examples for different aspects of the platform.
Examples for sending metrics to Metoro:
- Prometheus Remote Write integration
- OpenTelemetry Collector setup (recommended)
metoro_examples/
├── metrics/ # Metrics integration examples
│ ├── otel-collector/ # OpenTelemetry Collector example
│ └── prometheus-remote-write/ # Prometheus Remote Write example
└── ... (more examples coming soon)
- Kubernetes cluster
- Metoro exporter installed in your cluster
kubectl
configured to access your cluster
- Clone this repository:
git clone https://github.com/metoro-k8s/metoro_examples.git
cd metoro_examples
- Navigate to the example you want to try:
cd metrics/otel-collector # or any other example directory
- Follow the README in that directory for specific instructions
We welcome contributions! If you have an example you'd like to add:
- Create a new directory with a descriptive name
- Include a detailed README.md
- Ensure all examples are self-contained and well-documented
- Submit a pull request
If you encounter any issues or have questions:
- Check our documentation
- Open an issue in this repository
- Contact our support team
MIT License - See LICENSE file for details