Merge pull request #3758 from kyletaylored/feature/fix-akamai-mpulse

Fix Akamai mPulse
main
Elbert Alias 4 years ago committed by GitHub
commit 543e8b9983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 250 250" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="125" cy="125" r="118.391" style="fill:#222;"/><text x="63.371px" y="189.151px" style="font-family:'OpenSans-Bold', 'Open Sans', sans-serif;font-weight:700;font-size:179.729px;fill:#fff;">B</text></svg>

After

Width:  |  Height:  |  Size: 655 B

@ -1169,7 +1169,9 @@
], ],
"description": "Akamai is global content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.", "description": "Akamai is global content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.",
"headers": { "headers": {
"X-Akamai-Transformed": "" "X-Akamai-Transformed": "",
"X-EdgeConnect-MidMile-RTT": "",
"X-EdgeConnect-Origin-MEX-Latency": ""
}, },
"icon": "akamai.svg", "icon": "akamai.svg",
"pricing": [ "pricing": [
@ -1218,26 +1220,28 @@
}, },
"Akamai mPulse": { "Akamai mPulse": {
"cats": [ "cats": [
13, 10,
10 47
], ],
"cookies": { "cookies": {
"akaas_AB-Testing": "" "akaas_AB-Testing": ""
}, },
"description": "Akamai mPulse is a real user monitoring (RUM) solution that enables companies to monitor, find, and fix website and application performance issues.", "description": "Akamai mPulse is a real user monitoring (RUM) solution that enables companies to monitor, find, and fix website and application performance issues.",
"html": [
"<script>[\\s\\S]*?go-mpulse\\.net\\/boomerang[\\s\\S]*?</script>"
],
"icon": "akamai.svg", "icon": "akamai.svg",
"implies": "Akamai", "implies": [
"Boomerang"
],
"js": { "js": {
"BOOMR": "", "BOOMR_API_key": ""
"BOOMR_API_key": "",
"BOOMR_lstart": "",
"BOOMR_mq": ""
}, },
"pricing": [ "pricing": [
"poa" "poa"
], ],
"saas": true, "saas": true,
"website": "https://www.akamai.com/uk/en/products/performance/mpulse-real-user-monitoring.jsp" "website": "https://developer.akamai.com/akamai-mpulse-real-user-monitoring-solution"
}, },
"Akaunting": { "Akaunting": {
"cats": [ "cats": [
@ -2833,6 +2837,20 @@
"scripts": "booksy\\.com/widget/code\\.js", "scripts": "booksy\\.com/widget/code\\.js",
"website": "https://booksy.com/" "website": "https://booksy.com/"
}, },
"Boomerang": {
"cats": [
59
],
"description": "boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM (Real User Measurement).",
"icon": "boomerang.svg",
"js": {
"BOOMR": "",
"BOOMR_lstart": "",
"BOOMR_mq": ""
},
"oss": true,
"website": "https://akamai.github.io/boomerang"
},
"Bootstrap": { "Bootstrap": {
"cats": [ "cats": [
66 66
@ -21122,4 +21140,4 @@
"website": "https://www.xt-commerce.com" "website": "https://www.xt-commerce.com"
} }
} }
} }