# Ingest Data for Observability

> Overview of integrating GreptimeDB with observability tools like Prometheus, Vector, OpenTelemetry, InfluxDB, and Loki for real-time monitoring and analysis.

# Ingest Data for Observability

In observability scenarios,
the ability to monitor and analyze system performance in real-time is crucial.
GreptimeDB integrates seamlessly with leading observability tools to provide a comprehensive view of your system's health and performance metrics. 

- [Store and analyze trillions of logs in GreptimeDB and gain insights within minutes](/user-guide/logs/overview.md).
- [Prometheus Remote Write](prometheus.md): Integrate GreptimeDB as remote storage for Prometheus, suitable for real-time monitoring and alerting.
- [OpenTelemetry](opentelemetry.md): Collect and export telemetry data to GreptimeDB for detailed observability insights.
- [OpenTelemetry Collector](otel-collector.md): Route metrics, logs, and traces to GreptimeDB through the OpenTelemetry Collector.
- [Vector](vector.md): Use GreptimeDB as a sink for Vector, ideal for complex data pipelines and diverse data sources.
- [Alloy](alloy.md): Use GreptimeDB as a data sink for Grafana Alloy.
- [InfluxDB Line Protocol](influxdb-line-protocol.md): A widely-used protocol for time-series data, facilitating migration from InfluxDB to GreptimeDB. The Telegraf integration method is also introduced in this document.
- [Loki](loki.md): A widely-used log write protocol, facilitating migration from Loki to GreptimeDB. The Alloy integration method is also introduced in this document.
- [Elasticsearch](elasticsearch.md): Ingest logs through the Elasticsearch `_bulk` API, compatible with Logstash, Filebeat, and Telegraf.
- [Fluent Bit](fluent-bit.md): Forward metrics, logs, and traces from Fluent Bit to GreptimeDB.
- [Kafka](kafka.md): Consume metrics and logs from Kafka into GreptimeDB with Vector.
