Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed grafana/.suspend
Empty file.
3 changes: 1 addition & 2 deletions grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: '1.0.16'

version: '1.0.19'
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
9 changes: 7 additions & 2 deletions grafana/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@ metadata:
appid: grafana
description: Grafana is a multi-platform open source analytics and interactive visualization web application.
icon: https://app.cdn.olares.com/appstore/grafana/icon.png
version: '1.0.16'
version: '1.0.19'
title: Grafana
categories:
- Productivity_v112
- Utilities_v112
tags:
- monitoring

permission:
appData: true
appCache: true
spec:
versionName: 12.1.4
upgradeDescription: |
v1.0.15: Move `GF_SECURITY_ADMIN_PASSWORD` into Kubernetes Secret (`secretKeyRef`).
fix provider missing error and add prometheusclient dependency
fullDescription: |
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:

Expand Down Expand Up @@ -63,6 +65,9 @@ options:
- name: olares
type: system
version: '>=1.12.6-0'
- name: prometheusclient
type: application
version: '>=1.0.21'
entrances:
- name: grafana
port: 3000
Expand Down
2 changes: 2 additions & 0 deletions grafana/i18n/en-US/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ spec:
Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.
upgradeDescription: |
fix provider missing error and add prometheusclient dependency
2 changes: 2 additions & 0 deletions grafana/i18n/zh-CN/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ spec:
探索日志:体验从指标切换到日志的便捷,并保留标签过滤器。可快速搜索所有日志,或实时流式查看日志。
报警:可视化地为最重要的指标定义报警规则。Grafana 会持续评估,并向 Slack、PagerDuty、VictorOps、OpsGenie 等系统发送通知。
混合数据源:在同一个图表中混合不同的数据源!您可以为每个查询单独指定数据源。即使自定义数据源也能很好支持。
upgradeDescription: |
修复 provider 缺失错误并添加 prometheusclient 依赖