update to 1.0.2
This commit is contained in:
parent
e45d11a314
commit
e87db59b4a
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,4 @@
|
||||
/grafana-pcp-*.tar.gz
|
||||
/grafana-pcp-*.rpm
|
||||
/grafana-pcp-deps-*.tar.xz
|
||||
/grafana-pcp-*/
|
||||
/noarch/
|
||||
.build-*.log
|
||||
/grafana-pcp-*.src.rpm
|
||||
/results_grafana-pcp/
|
||||
|
15
README.md
15
README.md
@ -2,9 +2,16 @@
|
||||
|
||||
The grafana-pcp package
|
||||
|
||||
## Build
|
||||
## Build instructions
|
||||
```
|
||||
spectool -g -R grafana-pcp.spec
|
||||
./create_dependency_bundle.sh VER ~/rpmbuild/SOURCES/grafana-pcp-deps-VER.tar.xz
|
||||
./check_npm_dependencies.py grafana-pcp.spec ~/rpmbuild/SOURCES/grafana-pcp-VER.tar.gz ~/rpmbuild/SOURCES/grafana-pcp-deps-VER.tar.xz
|
||||
VER=1.0.2
|
||||
spectool -g grafana-pcp.spec
|
||||
./create_dependency_bundle.sh $VER $(pwd)/grafana-pcp-deps-$VER.tar.xz
|
||||
./check_npm_dependencies.py grafana-pcp.spec grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
||||
|
||||
fedpkg new-sources grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
||||
fedpkg mockbuild
|
||||
fedpkg scratch-build --srpm
|
||||
fedpkg build
|
||||
fedpkg update
|
||||
```
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: grafana-pcp
|
||||
Version: 1.0.0
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Performance Co-Pilot Grafana Plugin
|
||||
|
||||
@ -102,6 +102,16 @@ cp -a dist/* %{buildroot}/%{install_dir}
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.2-1
|
||||
- handle counter wraps (overflows)
|
||||
- convert time based counters to time utilization
|
||||
- flame graphs: aggregate stack counts by selected time range in the Grafana UI
|
||||
- flame graphs: add option to hide idle stacks
|
||||
- vector: fix container dropdown in query editor
|
||||
- vector: remove container setting from datasource settings page
|
||||
- redis: fix value transformations (e.g. rate conversation of counters)
|
||||
- request more datapoints from the datasource to fill the borders of the graph panel
|
||||
|
||||
* Fri Oct 11 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.0-1
|
||||
- bpftrace: support for Flame Graphs
|
||||
- bpftrace: context-sensitive auto completion for bpftrace probes, builtin variables and functions incl. help texts
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (grafana-pcp-1.0.0.tar.gz) = 88446cefe9c4a220a604abc499a1496ac3f314461141193a5df739c4eac060194dab2513a740794185638790c3d32e9062c55d62930706eb10df5b5d45d1bf70
|
||||
SHA512 (grafana-pcp-deps-1.0.0.tar.xz) = 4bc394ad2378338f56486c77c77a6cf3bb5c90dfe60eefc91d0987dc125bd6349c5e179c0ec4e15e075c3d2c4d21aa786bc1c67e755628de81fb2c2c469932e0
|
||||
SHA512 (grafana-pcp-1.0.2.tar.gz) = aa0b40eafcff397cf20ef5e679c79e6f68b9bb5466223109af0b8417309399a1637ca1dbca45619c5f4fb4e8cc9367b84f7b8573fbea015489e18f7982db5cef
|
||||
SHA512 (grafana-pcp-deps-1.0.2.tar.xz) = 68a92e72c65bc47eac422a047c06ea43b64924b581ffef506f042caba631d6e5719964644b77616e5925193473f3a2b0502ad701feb1100e69c9cc4ebfe66879
|
||||
|
Loading…
Reference in New Issue
Block a user