【问题标题】:sentry do not show events哨兵不显示事件
【发布时间】:2015-03-11 11:01:53
【问题描述】:
raven test http://483c3952b67247de91cb039622da7966:93a97682c316413db8092d597b3ef1a5@182.92.11.6:9000/2
Using DSN configuration:
  http://483c3952b67247de91cb039622da7966:93a97682c316413db8092d597b3ef1a5@182.92.11.6:9000/2

Client configuration:
  servers        : ['http://182.92.11.6:9000/api/2/store/']
  project        : 2
  public_key     : 483c3952b67247de91cb039622da7966
  secret_key     : 93a97682c316413db8092d597b3ef1a5

Sending a test message...
success!
Event ID was 'bc73d1e11ee34137b50656bffa1a0e0f'

乌鸦测试成功

但事件不显示在哨兵中。

【问题讨论】:

    标签: python sentry


    【解决方案1】:

    我也遇到了同样的问题,我的问题很简单。我没有管理工人。我将工人添加到我的 supervisord.conf 并解决了问题。

    http://sentry.readthedocs.org/en/latest/quickstart/index.html#starting-the-web-service

    启动工人 Sentry 的大量工作通常已完成 通过它的工人。虽然 Sentry 似乎可以在不使用 queue 你实际上不会在 Sentry 中看到任何内容。一次 您已经配置了队列,您还需要运行工作人员。 通常,这就像从 Sentry CLI 中运行“celery”一样简单。

    所以不要忘记运行工人!

    sentry --config=/etc/sentry.conf.py celery worker -B

    【讨论】:

      猜你喜欢
      • 2020-12-03
      • 2012-07-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-08-23
      • 2014-10-11
      • 1970-01-01
      • 2021-07-01
      相关资源
      最近更新 更多