| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>Anomaly Playground ({% if .InstanceName %}{% .InstanceName %} Perf{% else %}Performance Monitoring{% end %})</title> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| </head> |
| <body class="body-sk"> |
| <script type="text/javascript" charset="utf-8" nonce="{%.Nonce%}"> |
| window.perf = {% .context %}; |
| </script> |
| <perf-scaffold-sk app_title="Anomaly Playground"> |
| <p>Experiment with different anomaly detection algorithms on sample data.</p> |
| <anomaly-playground-sk></anomaly-playground-sk> |
| </perf-scaffold-sk> |
| </body> |
| {%- template "cookieconsent" . -%} |
| </html> |
| |