8 Star 55 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
monitoring.md 1.19 KB
一键复制 编辑 原始数据 按行查看 历史

Monitoring your Baserow server

Baserow can be configured to ship logs, metrics and traces using the Open Telemetry standard. You can use these to monitor your Baserow instance.

Enable this by setting the env var BASEROW_ENABLE_OTEL=true and then depending on where you want to send telemetry set the appropriate OTEL env vars. You probably want to set OTEL_EXPORTER_OTLP_ENDPOINT also.

In our default docker-compose files we have only added passthroughs for the following OTEL specific env vars.

  • OTEL_EXPORTER_OTLP_ENDPOINT
  • OTEL_RESOURCE_ATTRIBUTES

If you want to use more, you need to edit the compose files yourself and add the env var passthroughs you need.

By default, Baserow will send the following telemetry:

  • Baserow application logging.
  • Some basic metrics.
  • Various spans over some of our critical functions and handler methods.
  • Automatic instrumentation provided by OTEL libraries for:
    • S3 usage by the botocore library
    • SQL queries
    • Redis queries
    • HTTP queries
    • Celery tasks
    • Django requests/responses
Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助