https://github.com/autometrics-dev/render-otelcol
A Render blueprint to setup OTel Collector and a Prometheus instance to visualize collected data
https://github.com/autometrics-dev/render-otelcol
Last synced: 3 months ago
JSON representation
A Render blueprint to setup OTel Collector and a Prometheus instance to visualize collected data
- Host: GitHub
- URL: https://github.com/autometrics-dev/render-otelcol
- Owner: autometrics-dev
- Created: 2023-09-27T08:29:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T12:42:02.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:12:41.335Z (3 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTelemetry Collector on Render
This Blueprint deploys a GRPC-listening oltp metrics collector, and a Prometheus instance that
receives and stores periodically the events collected. This allows a monitoring setup where
the monitoring deployment does not need any knowledge of its targets, and without needing to
expose a "Service Discovery" unit either.These 2 advantages make it really easy to "just" point monitored services to this deployment
to enable metrics, even if you have Render autoscaling active which creates/kills instances
arbitrarily.## Usage
- Each monitored service should use a OTLP metrics-enabled library, pushing GRPC payloads to
the URL of the otelcol service.