插件 〉Firestore


开发者

pgollangi

注册以接收不定期产品新闻和更新



数据源
社区

Firestore

  • 概述
  • 安装
  • 更新日志
  • 相关内容

Firestore

Google Firestore 数据源插件,适用于 Grafana

Grafana Firestore 数据源插件可以将 Firestore 上的数据集成到 Grafana 仪表盘中。

它使用 FireQL 来捕获用户查询,将其转换为 Firestore 上的查询并构建结果。

FireQL 是一个用于使用 SQL 语法查询 Google Firestore 数据库的 Go 库。

功能

  • 将 Google Firestore 用作 Grafana 仪表盘的数据源
  • 使用 GCP 的 Project IdService Account 配置 Firestore 数据源以进行身份验证
  • Service Account 数据源配置存储在 Grafana 加密存储中 Secure JSON Data
  • 查询 Firestore collections 以及 collections 路径
  • 自动检测数据类型:string, number, boolean, json, time.Time
  • 查询 collection 中的选定字段
  • 对查询结果进行排序
  • 限制查询结果
  • 查询 Collection Groups

Firestore 数据源配置

使用数据源

从版本 <=0.1.00.2.0 的迁移说明

从版本 0.2.0 开始,firestore 数据源插件开始使用 FireQL,一种用于查询 Google Firestore 上 collections 的 SQL 查询语言。在 0.1 版本之前,在查询部分只能配置 collection ID,而从 0.2.0 开始,则是查询编辑器。

例如,如果您在 v0.1 中配置了 collection test_collection,则需要在 v0.2.0 中将其更改为 select * from test_collection

在 Grafana Cloud 上安装 Firestore

欲了解更多信息,请访问有关 插件安装 的文档。

更新日志

1.0.0 (未发布)

初始版本。