mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
6 lines
372 B
TypeScript
6 lines
372 B
TypeScript
|
|
export const apDexToolTipText =
|
||
|
|
"Apdex is a way to measure your users' satisfaction with the response time of your web service. It's represented as a score from 0-1.";
|
||
|
|
export const apDexToolTipUrl =
|
||
|
|
'https://signoz.io/docs/userguide/metrics/#apdex?utm_source=product&utm_medium=frontend&utm_campaign=apdex';
|
||
|
|
export const apDexToolTipUrlText = 'Learn more about Apdex.';
|