softwarefactory-project-zuul[bot]
|
8ae93848db
|
Merge pull request #4564 from rooftopcellist/manifest_destiny
add collection version tracker & query info
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2019-08-27 15:09:17 +00:00 |
|
Christian Adams
|
78c0d531bc
|
Adds versions to analytics collectors and manifest file.
- adds 'query_info.json' to contain collection metadata
- adds 'manifest.json' to contain collection file version info
|
2019-08-27 10:14:14 -04:00 |
|
Christian Adams
|
cd3645eb4d
|
Send job & org data
|
2019-08-26 10:22:07 -04:00 |
|
Christian Adams
|
11a6e98230
|
Add pending jobs and system level job status to metrics
|
2019-07-25 14:19:20 -04:00 |
|
Ryan Petrello
|
f2996f1c89
|
include instance hostnames in metrics endpoint
|
2019-07-24 13:41:56 -04:00 |
|
Christian Adams
|
e72b2fac6d
|
Delete collection tarball when no longer needed
* Delete after shipping it
* Delete when ship() fails
|
2019-07-01 11:11:44 -04:00 |
|
Christian Adams
|
4d7c49372c
|
Fix collection datetime for isolated instance info
* 'last_isolated_check' was a non JSON-serializable object and needed to be a str
|
2019-06-27 13:31:10 -04:00 |
|
Christian Adams
|
a5c057cc18
|
Fixes analytics & metrics instance specific job counts
|
2019-06-19 11:32:05 -04:00 |
|
Christian Adams
|
a727de184b
|
Fix analytics job counts by ordering query
- More Info: https://github.com/ansible/awx/issues/4014
|
2019-06-06 10:45:26 -04:00 |
|
softwarefactory-project-zuul[bot]
|
bd50e5d6a8
|
Merge pull request #3896 from rooftopcellist/collection_no_reset
collect events based on last ship, not collection
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
|
2019-05-17 15:32:48 +00:00 |
|
Christian Adams
|
0c4925afe8
|
rm extra collection error line
|
2019-05-16 14:48:41 -04:00 |
|
Christian Adams
|
d0e160a037
|
collect events based on last ship, not collection
|
2019-05-14 17:14:44 -04:00 |
|
Ryan Petrello
|
27d74528c0
|
Merge pull request #3494 from rooftopcellist/analytics_csv
analytics table copies formatted as csv now
|
2019-04-25 14:48:59 -04:00 |
|
Ryan Petrello
|
c9424f9af8
|
fix a few issues with license counts in /api/v2/metrics/
- switched these to gauges so people can track them over time
- fixed a typo that caused `free_instances` to always be zero
|
2019-04-24 12:23:07 -04:00 |
|
Christian Adams
|
64ae7a6e45
|
analytics table copies formatted as csv now
|
2019-04-23 16:26:14 -04:00 |
|
Christian Adams
|
add8673d7c
|
rename analytics setting
|
2019-04-17 15:28:15 -04:00 |
|
Christian Adams
|
40393e201f
|
add uuids to ping and metrics
|
2019-04-12 18:37:40 -04:00 |
|
Christian Adams
|
f49532090b
|
add prom permissions test
|
2019-04-09 15:12:04 -04:00 |
|
softwarefactory-project-zuul[bot]
|
3d308cc2a3
|
Merge pull request #3636 from ansible/prometheus
Prometheus Metrics
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
|
2019-04-09 15:51:27 +00:00 |
|
Christian Adams
|
e1c6057b4c
|
add insights setting to metrics
|
2019-04-08 11:49:41 -04:00 |
|
Christian Adams
|
e2039b7d3f
|
add insights setting to metrics
|
2019-04-08 11:34:38 -04:00 |
|
Wayne Witzel III
|
5c1d2a6f0b
|
flake8 cleanup
|
2019-04-08 09:35:46 -04:00 |
|
Wayne Witzel III
|
bb5c7a98f3
|
test prometheus metrics output
|
2019-04-08 09:28:57 -04:00 |
|
Christian Adams
|
3fb3079264
|
fix job status metric
|
2019-04-08 02:47:56 -04:00 |
|
Wayne Witzel III
|
c3812de3d6
|
initial prometheus commit
Co-authored-by: Wayne Witzel III <wayne@riotousliving.com>
Co-authored-by: Christian Adams <rooftopcellist@gmail.com>
|
2019-04-08 02:47:56 -04:00 |
|
Ryan Petrello
|
dfd4cb55e5
|
add a unique UUID for identifying an AWX installation
|
2019-04-05 20:10:55 -04:00 |
|
Ryan Petrello
|
5c5173956d
|
add some additional analytics metrics
|
2019-04-04 20:10:54 -04:00 |
|
Christian Adams
|
4a0778a3d5
|
exclude implicit project updates
|
2019-03-28 16:12:30 -04:00 |
|
Christian Adams
|
9a4439e731
|
collect jt table for analytics
|
2019-03-28 00:58:18 -04:00 |
|
Christian Adams
|
c481919a49
|
check for open license
|
2019-03-27 19:54:25 -04:00 |
|
Christian Adams
|
58f0e42bd6
|
update setting wording & add instance-enabled field
|
2019-03-27 19:54:25 -04:00 |
|
Christian Adams
|
40dbe70854
|
update setting wording & add instance-enabled field
|
2019-03-27 19:53:00 -04:00 |
|
Christian Adams
|
a7368cec43
|
add copy events table and remove events queries
add copy unifiedjob table, futher optimization, rm since from job_instance queries
|
2019-03-27 19:53:00 -04:00 |
|
Christian Adams
|
636153d92c
|
add insights setting, optimize and consolidate queries
|
2019-03-27 19:53:00 -04:00 |
|
Christian Adams
|
ae9377e0e4
|
add basic job & JT analytics
|
2019-03-27 19:53:00 -04:00 |
|
Ryan Petrello
|
c586fa9821
|
add a minimal framework for generating analytics/metrics
annotate queries & add license analytics
|
2019-03-27 19:53:00 -04:00 |
|