Dashboards and editors for Graphite, InfluxDB, OpenTSDB
http://grafana.org/
A graph and dashboard builder for visualizing time series metrics.
Grafana provides ways to create, explore, and share
dashboards and data with teams.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / grafana
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/grafana && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-Add-source-code-reference.patch | 0000001235 1.21 KB | |
0002-Use-bash-instead-of-env.patch | 0000001173 1.15 KB | |
Makefile | 0000001385 1.35 KB | |
README | 0000001585 1.55 KB | |
_constraints | 0000000132 132 Bytes | |
_link | 0000000124 124 Bytes | |
_service | 0000000658 658 Bytes | |
_servicedata | 0000000216 216 Bytes | |
grafana-11.3.0.tar.gz | 0091550581 87.3 MB | |
grafana-rpmlintrc | 0000000121 121 Bytes | |
grafana.changes | 0000494064 482 KB | |
grafana.spec | 0000005907 5.77 KB | |
vendor.tar.gz | 0069952854 66.7 MB |
Comments 6
Hi, considering SUSE employees are being motivated to help maintaining orphaned packages I'd like to help maintaining this package. Of course this package isn't orphaned but it looks like there's still help needed, e.g. last time I had to update quite a big gab (https://build.opensuse.org/request/show/999209) and now the package is again one major version behind.
Am I correct that I should first update to the latest minor/patch version within the currently packaged major version to submit this to Leap first (and only then update to the current major release)?
Looks like the last two 8.x releases (https://github.com/grafana/grafana/releases/tag/v8.5.16 and https://github.com/grafana/grafana/releases/tag/v8.5.20) were just updating the Go version. Is it necessary to take note of these at all (considering we're using out own version of Go)? Supposedly these tags could also be left out in grafana.changes as they are not relevant for our packaging (and grafana.changes will likely get cluttered enough).
I went ahead and created an updated package: https://build.opensuse.org/package/show/home:mkittler:branches:server:monitoring/grafana
I'm going to submit it after testing it locally.
I would update this package but for me the yarn build fails:
The yarn build no longer fails for me with the current version. However, now the Go build fails and updating to the latest version doesn't change that. I suppose we need to wait until https://github.com/grafana/grafana/pull/82114 has been released.
I tried to update this considering the current version is quite old. Unfortunately the current version tag is not a valid package version (at least my local
osc build
invocation complains about it). I tried to make the source services cope with that and produce a compatible version instead but haven't had success yet and spending more time on it is not reasonable. So I suppose we just wait for the next tag that will hopefully be supported again. Note that the current version is supposedly not affected by the recently revealed security venerability so there's no pressure to update this package now.And I hope it will be acceptable to simply update this to the latest version and have a combined changelog based on the changelog diff that the source service produces. Otherwise it would be too much effort for me to update this package anyway.