sentry-telegram icon indicating copy to clipboard operation
sentry-telegram copied to clipboard

[onpremise] This plugin needs to install in which one of them?

Open omidraha opened this issue 3 years ago • 2 comments

When using onpremise, there are a lot if services, This plugin needs to install in which one of them?

 sentry_onpremise_nginx_1
 sentry_onpremise_relay_1
 sentry_onpremise_ingest-consumer_1
 sentry_onpremise_subscription-consumer-events_1
 sentry_onpremise_post-process-forwarder_1
 sentry_onpremise_subscription-consumer-transactions_1
 sentry_onpremise_sentry-cleanup_1
 sentry_onpremise_cron_1
 sentry_onpremise_web_1
 sentry_onpremise_worker_1
 sentry_onpremise_snuba-cleanup_1
 sentry_onpremise_symbolicator-cleanup_1
 sentry_onpremise_snuba-consumer_1
 sentry_onpremise_snuba-transactions-consumer_1
 sentry_onpremise_snuba-api_1
 sentry_onpremise_snuba-replacer_1
 sentry_onpremise_snuba-outcomes-consumer_1
 sentry_onpremise_snuba-subscription-consumer-transactions_1
 sentry_onpremise_snuba-subscription-consumer-events_1
 sentry_onpremise_snuba-sessions-consumer_1
 sentry_onpremise_symbolicator_1
 sentry_onpremise_postgres_1
 sentry_onpremise_memcached_1
 sentry_onpremise_kafka_1
 sentry_onpremise_clickhouse_1
 sentry_onpremise_redis_1

Related issue

omidraha avatar Mar 19 '21 04:03 omidraha

Here is the log for sentry_telegram_py3

nginx_1                                     | - - [19/Mar/2021:21:45:22 +0000] "POST /api/2/store/ HTTP/1.1" 200 41 "-" "sentry-java/1.7.27-f6366" "-"
ingest-consumer_1                           | 21:45:23 [INFO] batching-kafka-consumer: Flushing 1 items (from {('ingest-events', 0): [455, 455]}): forced:False size:False time:True
ingest-consumer_1                           | 21:45:23 [INFO] batching-kafka-consumer: Worker flush took 29ms
snuba-transactions-consumer_1               | 2021-03-19 21:45:24,244 Completed processing <Batch: 1 message, open for 1.01 seconds>.
clickhouse_1                                | 2021.03.19 21:45:24.265931 [ 87 ] {2ce6bdb4-ec5d-48c2-b462-318d1e9553f7} <Information> executeQuery: Read 1 rows, 71.00 B in 0.030 sec., 33 rows/sec., 2.31 KiB/sec.
clickhouse_1                                | 2021.03.19 21:45:24.268294 [ 87 ] {} <Information> HTTPHandler: Done processing query
snuba-outcomes-consumer_1                   | 2021-03-19 21:45:24,271 Completed processing <Batch: 1 message, open for 1.04 seconds>.
clickhouse_1                                | 2021.03.19 21:45:24.310257 [ 88 ] {dcc25828-3f0a-4b1b-b684-837c4ff65964} <Information> executeQuery: Read 1 rows, 2.05 KiB in 0.076 sec., 13 rows/sec., 26.81 KiB/sec.
clickhouse_1                                | 2021.03.19 21:45:24.312895 [ 88 ] {} <Information> HTTPHandler: Done processing query
snuba-consumer_1                            | 2021-03-19 21:45:24,317 Completed processing <Batch: 1 message, open for 1.09 seconds>.
worker_1                                    | 21:45:25 [INFO] sentry.plugins.sentry_telegram_py3: notification.dispatched (event_id='ffeb6e08d9c9486da80c924f0db89e61' group_id=23 plugin='sentry_telegram_py3' rule_id=3 project_id=2)
snuba-subscription-consumer-transactions_1  | 2021-03-19 21:45:27,268 Flushing 1 items (from {Partition(topic=Topic(name='events'), index=0): Offsets(lo=4381, hi=4382)})
snuba-subscription-consumer-transactions_1  | 2021-03-19 21:45:27,271 Worker flush took 0ms
snuba-subscription-consumer-events_1        | 2021-03-19 21:45:27,591 Flushing 1 items (from {Partition(topic=Topic(name='events'), index=0): Offsets(lo=4381, hi=4382)})
snuba-subscription-consumer-events_1        | 2021-03-19 21:45:27,595 Worker flush took 0ms
worker_1                                    | 21:45:47 [WARNING] sentry.tasks.release_registry: Release registry URL is not specified, skipping the task.

But nothing is reported by plugin bot.

omidraha avatar Mar 19 '21 21:03 omidraha

It showed when I run docker exec sentry_onpremise_web_1 pip install sentry-telegram && service sentry restart image

ArtOshchepkov avatar Mar 21 '22 23:03 ArtOshchepkov