orcswang-lang / sentry-kafka

An extension for Sentry to forward events to Apache Kafka for logging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-kafka二次开发

An extension for Sentry to forward events to Apache Kafka for logging.

Configuration

Enable the plugin in your project's configuration page (Projects -> [Project]) under Manage Integrations.

Go to your project's configuration page (Projects -> [Project]) and select the Kafka Logging tab. Enter the broker and topic settings.

You may optionally set the broker in the sentry config:

KAFKA_BROKER='my.broker.com:9092'

When set in the config, the broker field will be readonly for all projects.

源仓库:https://github.com/Banno/getsentry-kafka

About

An extension for Sentry to forward events to Apache Kafka for logging.

License:Apache License 2.0


Languages

Language:Python 100.0%