Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing v1.0 #341

Merged
merged 322 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
322 commits
Select commit Hold shift + click to select a range
d3df646
feat: adding cmdline to processes in json exporter
bpetit Mar 22, 2023
5ea2761
chore: added graph for disks in sample dashboard
bpetit Mar 22, 2023
a2f5a5d
fix: added disk_type
bpetit Mar 22, 2023
9948192
feat: Add service monitor on helm chart
mmadoo Oct 26, 2022
5f56c0b
feat: added container_regex flag to search for process by container n…
bpetit Mar 22, 2023
cbbf185
fix: exclude containers code for windows
bpetit Mar 22, 2023
9b508fb
fix: exclude containers code for windows
bpetit Mar 22, 2023
f2de733
fix: troubleshooting json expoerter --container-regex indocker enviro…
bpetit Mar 23, 2023
db9ca78
fix: troubleshooting json expoerter --container-regex indocker enviro…
bpetit Mar 23, 2023
0b9b2e5
chore: removed unused log messages
bpetit Mar 27, 2023
023e201
style: fmt
bpetit Mar 27, 2023
ba5b2a8
feat: memory and swap metrics
bpetit Mar 27, 2023
051db50
Merge branch 'dev' into bump_clap4
bpetit Mar 27, 2023
1386158
fixing missing changes for clap
bpetit Mar 27, 2023
ae437a3
fix: add cargo.lock
bpetit Mar 27, 2023
444b3c6
fix: upgrade rust version in dockerfile
bpetit Mar 27, 2023
0d32d12
Merge pull request #284 from hubblo-org/uggla-bump_clap4
bpetit Mar 27, 2023
8e96b2c
chore: first metrics working, still a parse error on domain metrics
bpetit Mar 28, 2023
715d131
style: fmt and clippy
bpetit Mar 28, 2023
018d514
chore: updating warp10.rs and time
bpetit Mar 28, 2023
9c4f641
fix: process metrics
bpetit Apr 11, 2023
9e126fe
style: fmt and clippy
bpetit Apr 11, 2023
e7cc144
fix: reenabling qemu even if warp10
bpetit Apr 11, 2023
42209e0
fix: compilation conditions for windows
bpetit Apr 12, 2023
1aa3099
refactor: first working version of qemu exporter (poorly) using metri…
bpetit Apr 17, 2023
3634aca
style: clippy and fmt
bpetit Apr 17, 2023
8638de0
doc: more instructions for qemu setup
bpetit Apr 17, 2023
9cc39a3
Merge branch 'vm_fix' of github.com:ISE-Sustainable-AI/scaphandre int…
bpetit Apr 17, 2023
715c267
Merge branch 'ISE-Sustainable-AI-vm_fix' into 260-qemu-command-does-n…
bpetit Apr 17, 2023
f1e80ba
fix: merged #207 from @tawalaya to handle multiple logical core virtu…
bpetit Apr 17, 2023
6e3a7b8
style: fmt
bpetit Apr 17, 2023
573c133
Merge pull request #291 from hubblo-org/260-qemu-command-does-not-sta…
bpetit Apr 17, 2023
8559d07
fix: clap4 options config
bpetit Apr 18, 2023
222f282
fix: clap4 parameters for windows
bpetit Apr 19, 2023
a1a06ea
fix: updating docker compose sample stack and docs according to #135
bpetit Apr 19, 2023
b64497b
Merge pull request #230 from DCbrainOrg/k8s/serviceMonitor
bpetit Apr 20, 2023
933e29b
fix: Don't create PSP if k8s >= 1.25
rossf7 Jan 3, 2023
588e405
chore: first test with pushgateway
bpetit May 15, 2023
b5a7d5d
Refactor the creation of exporters with clap v4 derivation
TheElectronWill Mar 28, 2023
0fa37a1
Upgrade to Rust edition 2021
TheElectronWill Apr 6, 2023
c8d8d75
Upgrade some dependencies
TheElectronWill Apr 21, 2023
a4a4d79
Fix conditional features
TheElectronWill May 10, 2023
85f9b91
chore: adding test for json exporter
bpetit May 16, 2023
dfdcfae
fix: prometheusexporter required options
bpetit May 16, 2023
b4c4505
ci: fix deprecated set-ouput command
bpetit May 16, 2023
f7173f6
ci: fix deprecated node12 based actions
bpetit May 16, 2023
1dcbeac
ci: replacing deprecated action by concurrency config
bpetit May 16, 2023
7ffc79d
ci: fix deprecated cargo/rust actions
bpetit May 16, 2023
b86e466
ci: fix deprecated cargo/rust actions
bpetit May 16, 2023
ec86241
ci: fix of rust cargo deprecated version
bpetit May 16, 2023
45c2002
ci: fix of rust cargo deprecated version
bpetit May 16, 2023
575ded6
ci: fix of rust cargo deprecated version
bpetit May 16, 2023
c8b48f7
ci: fix of rust cargo deprecated version
bpetit May 16, 2023
dc0f0f0
ci: fix of rust cargo deprecated version
bpetit May 16, 2023
fddf1b4
chore: extra info message if containers feature is not built in json …
bpetit May 16, 2023
399252d
style: cargo fmt
bpetit May 16, 2023
20ddacf
fix: warpten code was disabled after refacto
bpetit May 16, 2023
4ca9cd0
style: clippy and fmt
bpetit May 16, 2023
011cdfd
fix: info/warn messages break out_writer in jsonexporter
bpetit May 17, 2023
38d4aaa
ci: enabling windows tests for warp10
bpetit May 17, 2023
d8f484d
merge dev
bpetit May 17, 2023
c55556c
chore: first working push with dummy metric
bpetit May 17, 2023
5b05252
style: fmt
bpetit May 17, 2023
a75c302
fix: backslashes in cmdline labels made pushgateway refuse metrics
bpetit May 18, 2023
ac8c666
style: clippy
bpetit May 18, 2023
1e7c616
clean: removing comments
bpetit May 18, 2023
fea33e8
Merge pull request #313 from hubblo-org/269-prometheus-push-mode-expo…
bpetit May 18, 2023
4a9870b
ci: trying to build and test on windows without deactivating features
bpetit May 22, 2023
e32a21d
Remove broken python bindings
TheElectronWill May 22, 2023
3625d2d
doc: warpten exporter now compiles on windows
bpetit May 22, 2023
86edbfd
Revert "doc: warpten exporter now compiles on windows"
bpetit May 22, 2023
7de4a1e
ci: reverting warpten test for windows
bpetit May 22, 2023
bfbae21
Fix openssl issues in windows builds
TheElectronWill May 22, 2023
02ff520
chore: adding packaging folder with sample service files
bpetit May 24, 2023
a46351b
chore: fix service files
bpetit May 25, 2023
385eeda
chore: intiating rpm package
bpetit May 25, 2023
60df905
fix: reenabling topp refresh in qemu exporter
bpetit May 25, 2023
94adb45
fix: qemu exporter missed refesh and permission errors
bpetit May 25, 2023
7830cc1
style: fmt and clippy
bpetit May 25, 2023
9c45c38
fix: not specifying timeout on json exporter makes it run forever now
bpetit May 30, 2023
88dc782
fix: useless warn message, should be debug
bpetit May 30, 2023
c909ffa
fix: reenabling topp refresh in qemu exporter
bpetit May 25, 2023
643c299
fix: qemu exporter missed refesh and permission errors
bpetit May 25, 2023
7689fa3
ci: chaining package build and package test
bpetit May 25, 2023
b4fd7c8
chore: adding default for rpm conf
bpetit Jun 5, 2023
8b2fe3f
build: switching to release build
bpetit Jun 5, 2023
12571ba
ci: trying cache for build
bpetit Jun 5, 2023
e99cc59
Merge pull request #319 from hubblo-org/310-rpm-package
bpetit Jun 5, 2023
2df7e5e
fix: ensure hostname and instance labels are sent by prompush
bpetit Jun 6, 2023
3eb0404
style: fmt
bpetit Jun 6, 2023
61d5811
feat: providing no tls check flag for prompush
bpetit Jun 6, 2023
ab33bf2
style: fmt
bpetit Jun 6, 2023
421f850
fix: adding invalid hosts to no tls check
bpetit Jun 6, 2023
fd8c2ea
style: removed useless comma
bpetit Jun 6, 2023
6c3174b
build: adding workflow to build prometheuspush only version as an rpm…
bpetit Jun 6, 2023
3dab16f
build: adding workflow to build prometheuspush only version as an rpm…
bpetit Jun 6, 2023
63ffa65
style: clippy
bpetit Jun 6, 2023
d9cdf20
build: enabling to install both rpm packages in the same machine
bpetit Jun 6, 2023
29f3a12
fix: enabling install of full rpm and rpm with prompush only
bpetit Jun 7, 2023
2b8094b
ci: adding parameter for rpm test of prompush version
bpetit Jun 7, 2023
9b0959d
feat: adding raw metrics flag to stdout exporter
bpetit Jun 7, 2023
88e25b0
style: clippy
bpetit Jun 7, 2023
6490951
fix: Don't use value for --containers flag in chart
rossf7 Jun 6, 2023
23d00d2
fixL prompush version doesn't need openssl
bpetit Jun 12, 2023
3472ecc
chore: new iss file to build exe package
bpetit Jul 11, 2023
3163720
fix: adding instance hostname label to grouping key
bpetit Jul 12, 2023
57fda6c
chore: excluding Output iss folders from git history
bpetit Jul 12, 2023
771cf9c
build: disabling auto dependencies
bpetit Jun 14, 2023
c9004eb
ci: adding workflow for rhel8
bpetit Jun 14, 2023
a5c8c0a
build: reenabling auto req search for rhel8
bpetit Jun 15, 2023
94df030
build: disabling service file config that seem unknown by rhel8
bpetit Jun 15, 2023
65bef6f
fix: disabling prompush text on bare metal for now
bpetit Jul 12, 2023
4e34871
fix: adding instance hostname to pushgateway grouping key
bpetit Jul 12, 2023
b24c4ca
style: fmt
bpetit Jul 12, 2023
cbe2c49
docs: adding prometheus-push exporter reference doc
bpetit Jul 12, 2023
45dd30f
docs: adding promepush on rhel use case doc
bpetit Jul 12, 2023
fdbc65e
docs: adding folder for automation samples
bpetit Jul 12, 2023
e930f75
docs: adding ansible sample for prompush on rhel
bpetit Jul 12, 2023
fd79004
docs: more details on ansible for prompush on rhel
bpetit Jul 12, 2023
d47b5b7
docs: adding windows installation instrcutions
bpetit Jul 13, 2023
3dde8a4
docs: improving windows install doc
bpetit Jul 14, 2023
1410c83
fix: changing default step value for prompush
bpetit Jul 14, 2023
be5b1c1
Merge branch 'dev' into 311-github-workflow-to-build-and-publish-a-ex…
bpetit Jul 14, 2023
cde000f
build: improving exe installer to get driver properlly setup
bpetit Jul 21, 2023
f24e5d1
chore: first try on argfile
bpetit Jul 21, 2023
192cbcb
docs: encouraging default of 30 seconds step for prometheus push
bpetit Jul 21, 2023
70c3c23
fix: encouraging default of 30 seconds step for prometheus push
bpetit Jul 21, 2023
193235e
clean: removing useless sample metric
bpetit Jul 25, 2023
c9d5547
feat: adding basic windows service management support
bpetit Jul 25, 2023
79e0fbb
Merge branch '311-github-workflow-to-build-and-publish-a-exemsi-file-…
bpetit Jul 25, 2023
dbdbc77
style: clippy and fmt
bpetit Jul 25, 2023
b115bc3
fix: removed fn not needed in conditional compilation but needed othe…
bpetit Jul 25, 2023
c025063
style: clippy rules
bpetit Jul 26, 2023
8a5ff5b
ci: adding sample job to build and publish exe installer
bpetit Jul 26, 2023
de1095c
ci: fix job label
bpetit Jul 26, 2023
8d1365b
doc: adding exporter stdout new flag
bpetit Jun 9, 2023
40a5f64
doc: referencing page dedicated to metrics
bpetit Jun 9, 2023
681d3a7
doc: adding new system metrics
bpetit Jun 9, 2023
d4d3ace
doc: updating warp10 ref
bpetit Jun 9, 2023
c197451
doc: updating rieman ref
bpetit Jun 9, 2023
64dc375
doc: improved metrics section
bpetit Jun 9, 2023
84e9139
doc: improved metrics section
bpetit Jun 9, 2023
053b3de
feat!: using rapl psys domain for host_power
bpetit Jun 9, 2023
05a18c1
doc: adding missing image
bpetit Jun 9, 2023
c79a376
style: clippy
bpetit Jun 9, 2023
5c99eaf
feat: adding mmio metric when available
bpetit Jun 12, 2023
f1608bc
feat: adding label to host power/energy metrics to know where it come…
bpetit Aug 8, 2023
92ba2df
style: clippy and fmt
bpetit Aug 8, 2023
c64aeb4
chore: adding label for windows drv as a value source
bpetit Aug 8, 2023
4501805
style: fm
bpetit Aug 8, 2023
c588741
fix: applying fixes from windows branch for prom push
bpetit Aug 8, 2023
c67fcad
chore: lowering verbosity
bpetit Aug 8, 2023
55cdbdf
chore: moveddebug message from warn to info
bpetit Aug 10, 2023
b38798d
fix: mmio per socket and specific dram domain metrics working now
bpetit Aug 11, 2023
d297a9d
style: fmt and clippy
bpetit Aug 11, 2023
024fe28
docs: quick fix from @rossf7
bpetit Aug 8, 2023
99d54ee
docs: updating readme
bpetit Aug 11, 2023
185ad9c
docs: fix readme
bpetit Aug 11, 2023
c2cf73d
docs: first version of project website
bpetit Aug 11, 2023
1b38617
docs: improving compatiblity and rapl description
bpetit Aug 14, 2023
434ea58
docs: improving compatiblity and rapl description
bpetit Aug 14, 2023
1f38c54
Merge branch 'main' into dev
bpetit Aug 14, 2023
85f6543
fix: removing unused function
bpetit Aug 14, 2023
f4619ab
Merge branch 'dev' into remove-python-bindings
bpetit Aug 14, 2023
454fd3e
Merge pull request #315 from TheElectronWill/remove-python-bindings
bpetit Aug 14, 2023
67d3fb6
ci: checkout windows rapl driver to be able to build full exe
bpetit Jul 26, 2023
b8be3e2
ci: fixing exe push to s3
bpetit Jul 26, 2023
d1d7975
fix: trying latest windows version to be abble to install aws tools a…
bpetit Aug 14, 2023
9267e0a
ci: fixing artifact push on scw s3
bpetit Aug 15, 2023
23af286
ci: removed old codesee workflow
bpetit Aug 15, 2023
d3e627c
Merge pull request #333 from hubblo-org/311-github-workflow-to-build-…
bpetit Aug 15, 2023
b48d0e7
ci: fixing output name of exe file from workflow
bpetit Aug 15, 2023
60eabe4
ci: fixing output name of exe file from workflow
bpetit Aug 15, 2023
d3829eb
ci: fixing output name of exe file from workflow
bpetit Aug 15, 2023
8b3ea5a
ci: fixing output name of exe file from workflow
bpetit Aug 15, 2023
4da908d
feat: enabling to stop the windows service
bpetit Aug 16, 2023
cb1b5f2
feat: enabling to stop the windows service
bpetit Aug 16, 2023
3f96f3f
feat: enabling to stop the windows service
bpetit Aug 16, 2023
f115604
feat: enabling to stop the windows service
bpetit Aug 16, 2023
d3ab6eb
feat: enabling to stop the windows service
bpetit Aug 17, 2023
55b15a4
test: testing package with new driver version
bpetit Aug 31, 2023
84d4c36
test: testing package with new driver version
bpetit Aug 31, 2023
a3ca569
test: testing package with new driver version
bpetit Aug 31, 2023
e6acf6c
test: testing package with new driver version
bpetit Aug 31, 2023
9d2651f
test: testing package with new driver version
bpetit Aug 31, 2023
b2fd1b0
test: testing package with new driver version
bpetit Aug 31, 2023
53dcb33
test: testing package with new driver version
bpetit Aug 31, 2023
b19e43e
build: fixed is script for local dev
bpetit Aug 31, 2023
e7b91a7
feat: enabled manually setting number of cpu sockets for windows/msrr…
bpetit Aug 31, 2023
33d4dd6
feat: early verboe version with multi-socket fixed
bpetit Sep 4, 2023
8a2149e
feat: added rapl core+uncore+domains to topology
bpetit Sep 7, 2023
197c84f
chore: loop to get informations about cores and sockets
bpetit Oct 6, 2023
9f8381e
fix: getting core - socket mapping from apic_id
bpetit Nov 14, 2023
746fa16
style: cleaning code
bpetit Nov 22, 2023
02de9b4
style: fmt and clippy
bpetit Nov 24, 2023
ced76a6
chore: upgrade rust version in dockerfile
bpetit Nov 24, 2023
4f8875b
fix: adding missing requirements in linux test action
bpetit Nov 24, 2023
8b7fdf6
style: clippy
bpetit Nov 24, 2023
de70b23
fix: temporarily limit python version to 3.11 to avoid distutils unfi…
bpetit Nov 24, 2023
6c769cf
doc: update CITATION
bpetit Nov 24, 2023
33ea523
chore: upgrade docker image ubuntu version
bpetit Nov 24, 2023
7f5e721
chore: improved domains support and lowered verbosity of debug messages
bpetit Dec 6, 2023
0100e45
docs: improving windows installation documentation
bpetit Dec 13, 2023
dcb0680
chore: adding trace to troubleshoot host power metrics
bpetit Dec 13, 2023
22dd155
chore: troubleshooting host metrics on redhat8
bpetit Dec 13, 2023
453bf5c
chore: troubleshooting host metrics on redhat8
bpetit Dec 13, 2023
96fc368
chore: troubleshooting host metrics on redhat8
bpetit Dec 13, 2023
f85c4eb
chore: troubleshooting host metrics on redhat8
bpetit Dec 13, 2023
50bc04d
fix: troubleshooting host metrics on redhat8
bpetit Dec 13, 2023
1103155
feat: enabled psys for windows
bpetit Jan 4, 2024
4fec833
style: clippy and fmt
bpetit Jan 5, 2024
872987e
style: clippy
bpetit Jan 5, 2024
759ab4c
style: clippy and fmt
bpetit Jan 5, 2024
839d660
style: clippy
bpetit Jan 5, 2024
402fdac
feat: adding dram to sum of sockets PKG in host total power, when psy…
bpetit Jan 5, 2024
837082e
style: clkippy
bpetit Jan 5, 2024
94115c6
chore: lowering log level for fail cases, as it might happen on first…
bpetit Jan 12, 2024
14cf9e9
feat: initial debian release pkg with github actions
bdromard Jan 16, 2024
148827e
feat: checkout, deb11 and deb12 pkgs steps
bdromard Jan 16, 2024
942a99e
feat: trigger on release, syntax fix for build script with docker image
bdromard Jan 22, 2024
5e98678
ci: added downlad and install scaphandre jobs in containers
bdromard Jan 22, 2024
02779ae
ci: build website with scaphandre path_prefix
bdromard Jan 25, 2024
5152eb3
ci: trying artifacts auto to detect assets
bdromard Jan 25, 2024
a2aa30d
fix: forgot comma in json
bdromard Jan 25, 2024
9e1c7a8
Merge pull request #352 from hubblo-org/feat-create-debian-package-wi…
bpetit Jan 26, 2024
fa679f2
docs: updated doc for redhat
bpetit Dec 13, 2023
03e05c8
style: clippy
bpetit Jan 26, 2024
f0fbd3e
style: clippy
bpetit Jan 26, 2024
585f198
Merge branch 'dev' into 336-proper-handling-of-windows-service-manage…
bpetit Jan 26, 2024
7739309
fix: removed useless check fails in CI + style
bpetit Jan 27, 2024
a5cfb79
docs: oranda config for artifacts
bpetit Jan 27, 2024
7aa7868
docs: oranda config for artifacts
bpetit Jan 27, 2024
a3c3d28
docs: started to fill changelod for 1.0
bpetit Jan 29, 2024
6d1bae9
docs: config oranda to get releases and packages
bpetit Jan 29, 2024
5ac0f4c
docs: improved changelog for 1.0
bpetit Jan 29, 2024
abd1ef0
docs: improved changelog for next release 1.0
bpetit Jan 30, 2024
f37cd7a
Merge branch '336-proper-handling-of-windows-service-management' of h…
bpetit Jan 30, 2024
fd4244e
ci: disabling tests that can't run on a GH virtual machine
bpetit Jan 30, 2024
75b1de6
ci: fix
bpetit Feb 9, 2024
b3b027e
docs: improving explanations on host level vs process level metriucs
bpetit Feb 12, 2024
cf1b65e
Merge pull request #342 from hubblo-org/336-proper-handling-of-window…
bpetit Feb 12, 2024
c4136a5
ci: disabling build and test workflow when only a markdown file is to…
bpetit Feb 12, 2024
aeaee59
docs: updating changelog
bpetit Feb 12, 2024
9f8e8fb
ci: adding prometheus pull only build for windows
bpetit Feb 12, 2024
e502b55
docs: fixing website favicon
bpetit Feb 12, 2024
017672c
ci: disabling unwanted runs
bpetit Feb 12, 2024
eb74855
docs: fixing website artifacts
bpetit Feb 12, 2024
1833a8e
docs: fixing website favicon
bpetit Feb 12, 2024
abad85c
docs: fix website config
bpetit Feb 12, 2024
c43d72b
docs: adding sponsoring page to readme
bpetit Feb 12, 2024
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
Prev Previous commit
Next Next commit
docs: config oranda to get releases and packages
  • Loading branch information
bpetit committed Jan 29, 2024
commit 6d1bae92243a38628c245b93a4f8438234629c20
3 changes: 3 additions & 0 deletions oranda.json
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
"build": {
"path_prefix": "scaphandre"
},
"project": {
"repository": "https://github.com/hubblo-org/scaphandre"
},
"styles": {
"theme": "light",
"favicon": "https://raw.githubusercontent.com/hubblo-org/scaphandre/dev/docs_src/scaphandre.small.cleaned.png"
Loading