Commit Graph

42 Commits

Author SHA1 Message Date
Peter Hedenskog 9e215b8b06
Do not backfill the slug (#3901)
* Do not backfill the slug https://github.com/sitespeedio/sitespeed.io/issues/3899
2023-07-07 16:31:13 +02:00
Peter Hedenskog 20aaf551df
Handle non set proxy path (when not using the cli) (#3894) 2023-06-27 16:11:17 +02:00
Jonathan Goodman 404ce0029e
add proxyPath config for graphite web endpoint (#3893)
* add proxyPath config for graphite web endpoint

* fix lint
2023-06-27 15:36:34 +02:00
Peter Hedenskog fc2884fbba
Update all dependencies to latest releases (#3774) 2023-03-03 13:59:14 +01:00
Peter Hedenskog 631271126f
New plugins structure and esmodule (#3769)
* New plugins structure and esmodule
2023-02-25 11:16:58 +01:00
Peter Hedenskog e83467347b
Avoid sending the slug as annotation if the name collide. (#3279)
https://github.com/sitespeedio/sitespeed.io/issues/3277
2021-02-12 06:00:44 +01:00
Peter Hedenskog fa0f9e0126
Include slug in the annotation. (#3251) 2021-01-13 09:46:22 +01:00
Peter Hedenskog bbb663da2e
Fix broken annotation (#3238) 2021-01-06 16:11:31 +01:00
Peter Hedenskog 63e3443b44
Configure annotation retention to match Graphite (#3235) 2021-01-06 15:03:43 +01:00
Peter Hedenskog 27e30351b3
Fix versions (#2792) 2019-11-19 20:09:11 -05:00
Peter Hedenskog d8a36370dc
Send browser version as part of annotation title. (#2791) 2019-11-19 17:48:36 -05:00
Peter Hedenskog 3d06f01119
Include sitespeed.io version in the annotation tag. (#2788) 2019-11-17 20:59:01 -05:00
Peter Hedenskog b1f6b9dc6f
Fix disaplaying wrong runs when using only WebPageTest #2777 (#2787) 2019-11-17 20:35:02 -05:00
Peter Hedenskog 4f18d861c5
Use HAR file from WPT in annotations when Browsertime is turned off (#2609) 2019-08-29 08:26:26 +02:00
Peter Hedenskog 85c4056328
Add correct annotation tags when using WebPageTest. (#2602)
* Added connectivity and location tag for WebPageTest
* If you test both using WPT and BT, wait for all metrics to arrive before sending the annotation
* Fix link to WebPageTest that before could link to old result
2019-08-28 13:42:35 +02:00
Peter Hedenskog 1ac516406b
If you only run WebPageTest, add an annotation link to the WebPageTest result (#2528) 2019-07-01 20:00:24 +02:00
Markus Liljedahl 02c920b301 Added new option for Graphite, `--graphite.annotationTitle` (#2333)
* Added new option for Graphite, `--graphite.annotationTitle MyTitle`
to be able to set a custom title in the annotation.

* Removed the "run" in the end from the annotation when setting a custom title.

* Fixed linting issues in graphite send-annotation

* Update lib/cli/cli.js

Fix for copy-paste misstake

Co-Authored-By: mliljedahl <liljedahl.markus@gmail.com>
2019-02-28 20:23:26 +01:00
Peter Hedenskog 593f2daa28
add missing cases of using alias (#2248) 2019-01-12 21:42:02 +01:00
Peter Hedenskog 7cc5562204
Remove Bluebird promises and use await/sync where we can. (#2205) 2018-11-20 09:14:05 +01:00
Peter Hedenskog 3e24d65466
Prepare for using Grafana annotations with tags (coming in Grafana 5.4) (#2152)
* Prepare for using Grafana annotations with tags (coming in Grafana 5.4) #1826

* push the cli when 5.4 Grafana is released
2018-09-28 09:34:06 +02:00
Peter Hedenskog dddaf3ba73
Include screenshots in annotations (#2144) 2018-09-16 12:24:25 +02:00
soulgalore ccc8cb2e13 fix linting 2018-07-26 11:17:44 +02:00
soulgalore 715828af38 Fix broken annotation link 2018-07-26 10:05:09 +02:00
Peter Hedenskog 0e9e6ea0e0
Add extra tags to annotations #2102 (#2112) 2018-07-25 09:46:52 +02:00
Peter Hedenskog 4b10db8338
Append message to annotation #2102 (#2114) 2018-07-24 22:18:00 +02:00
Tobias Lidskog 1e57e27ebe Bump dev dependencies and reformat.
Prettier formatting has changed slightly, so reformat accordingly.
2018-03-15 23:20:40 +01:00
Tobias Lidskog ac02f7549c Bump to latest prettier and reformat. (#1805) 2017-11-19 08:47:36 +01:00
Tobias Lidskog bdc0947861 Less noisy logging. 2017-09-22 18:34:03 +02:00
Tobias Lidskog 2e4346bf8d Fix incorrect promise syntax.
Always reject promises with an Error. This should fix the following, after sending an annotation to graphite/influxdb fails:

Warning: a promise was rejected with a non-error: [object Undefined]
2017-09-14 08:50:06 +02:00
Tobias Lidskog 3debfec0b4 Format code using the Prettier formatter. (#1677) 2017-07-20 21:24:12 +02:00
Peter Hedenskog f9aa04ddc5 First go going to tags in InfluxDB (#1563) 2017-04-10 11:18:39 +02:00
Peter Hedenskog fde413522d set graphite-web host (#1550) 2017-03-29 05:08:00 +02:00
Tobias Lidskog 29fbcaa2db Refactor result storage/url handling, and tweak S3 (#1552)
* Allow S3 upload even when using custom outputFolder.
* Add new s3.path option, to override the default storage path in the S3 bucket.
* Change the default storage path in the S3 bucket to no longer include the prefix 'sitespeed-result’.
* Remove broken/not useful progress load for S3 upload (was producing 100000+ log lines.
* Extract result url building into separate module that’s made available to plugins via context.resultUrls.
2017-03-28 15:12:30 +02:00
Peter Hedenskog f9d00375d1 Tags as array in Graphite 1.0 #1539 (#1540) 2017-03-28 06:46:52 +02:00
soulgalore aed6d5c549 use verbose instead of trace log 2017-03-27 21:14:18 +02:00
Peter Hedenskog 1e528f65fd set sitespeedio as root name of all loggers (#1545) 2017-03-23 12:21:11 +01:00
Peter Hedenskog e46a7026eb Add log channel names per plugin thank you @jpvincent (#1544) 2017-03-23 08:57:03 +01:00
soulgalore 8d2b24a7f6 send timestamps as unix timestamps for annotations 2017-03-10 13:33:15 +01:00
soulgalore 8fe3a7296d Use same timestamp for runs and annotations #1497 2017-03-10 12:06:36 +01:00
soulgalore 1ba52a4625 adding that missing slash 2017-02-10 12:10:58 +01:00
soulgalore 101deae8e4 remove one slash too many 2017-02-10 10:19:40 +01:00
Peter Hedenskog 5e80d8af84 Send annotations to Graphite for each tested URL (#1434) 2017-02-10 08:21:35 +01:00