Drone 插件市场 > Grafana Annotation
grafana.svg

Grafana Annotation

by fdeschenes

None

Grafana 注释插件可用于在 [Grafana](https://grafana.com) 中创建注释。

YAML 配置示例

kind: pipeline
name: default

steps:
- name: annotate
  image: fdeschenes/drone-grafana-annotation
  settings:
    api_key: xxxxx
    image: fdeschenes/drone-grafana-annotation
    tags:
      - deploy
      - production
    text: "Deployed"
    url: https://grafana.example.com

字段属性说明

  • api_key

    string必填项

    Grafana API 密钥

    推荐使用密钥 (Secret) 功能

    默认值:none

  • tags

    array可选项

    要添加到注释中的标记

    默认值:none

  • text

    string必填项

    说明

    默认值:none

  • url

    string必填项

    Grafana URL

    默认值:none