Skip to content

Commit 7376745

Browse files
Rename files, product name, update UI paths
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
1 parent b927fe1 commit 7376745

38 files changed

+137
-124
lines changed
File renamed without changes.

app/_assets/javascripts/apps/components/ProductIcon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66

77
<script>
8-
import advancedAnalytics from '@/icons/products/advanced-analytics.svg'
8+
import observability from '@/icons/products/observability.svg'
99
import AIGateway from '@/icons/products/ai-gateway.svg'
1010
import devPortal from '@/icons/products/dev-portal.svg'
1111
import gateway from '@/icons/products/gateway.svg'
@@ -19,7 +19,7 @@ import konnect from '@/icons/products/konnect.svg'
1919
import referencePlatform from '@/icons/products/konnect-reference-platform.svg'
2020
2121
const productIcons = {
22-
'advanced-analytics': advancedAnalytics,
22+
'observability': observability,
2323
'ai-gateway': AIGateway,
2424
'event-gateway': eventGateway,
2525
'dev-portal': devPortal,

app/_assets/stylesheets/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
--kui-method-color-text-put: rgb(var(--color-semantic-yellow-primary));
8585
--kui-method-color-background-put: rgb(var(--color-semantic-yellow-secondary));
8686

87-
--color-advanced-analytics-brand: var(--color-semantic-yellow-primary);
88-
--color-advanced-analytics-background: var(--color-semantic-yellow-secondary);
87+
--color-observability-brand: var(--color-semantic-yellow-primary);
88+
--color-observability-background: var(--color-semantic-yellow-secondary);
8989
--color-ai-gateway-brand: var(--color-semantic-green-primary);
9090
--color-ai-gateway-background: var(--color-semantic-green-secondary);
9191
--color-event-gateway-brand: var(--color-semantic-green-primary);

app/_data/products/advanced-analytics.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: Observability
2+
icon: /_assets/icons/products/observability.svg

app/_data/schemas/frontmatter/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "array",
4444
"items": {
4545
"type": "string",
46-
"enum": ["ai-gateway", "gateway", "insomnia", "mesh", "kic", "catalog", "advanced-analytics", "dev-portal", "operator", "konnect", "event-gateway", "konnect-reference-platform"]
46+
"enum": ["ai-gateway", "gateway", "insomnia", "mesh", "kic", "catalog", "observability", "dev-portal", "operator", "konnect", "event-gateway", "konnect-reference-platform"]
4747
}
4848
},
4949
"tools": {

app/_data/top_navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ platform:
6464
- title: Govern APIs
6565
links:
6666
- text: Analytics
67-
url: /advanced-analytics/
68-
product: advanced-analytics
67+
url: /observability/
68+
product: observability
6969
- text: Scorecards
7070
icon: /assets/icons/monochrome/document.svg
7171
url: /catalog/scorecards/

app/_how-tos/automate-dashboard-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage a dashboard in {{site.konnect_short_name}} Anal
44
content_type: how_to
55
automated_tests: false
66
products:
7-
- advanced-analytics
7+
- observability
88
- konnect
99
works_on:
1010
- konnect
@@ -40,7 +40,7 @@ prereqs:
4040
This guide requires an existing dashboard in {{site.konnect_short_name}}. You can create one using the [Create a custom dashboard](/how-to/create-custom-dashboards/) guide.
4141
related_resources:
4242
- text: Custom Dashboards
43-
url: /advanced-analytics/custom-dashboards/
43+
url: /observability/custom-dashboards/
4444
---
4545

4646
## Get the dashboard ID

app/_how-tos/create-custom-dashboards.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create a dashboard from a template in {{site.konnect_s
44
content_type: how_to
55
automated_tests: false
66
products:
7-
- advanced-analytics
7+
- observability
88
- konnect
99
works_on:
1010
- konnect
@@ -27,23 +27,22 @@ prereqs:
2727
You must be either an [Organization admin or Analytics admin](/konnect-platform/teams-and-roles/).
2828
related_resources:
2929
- text: Custom Dashboards
30-
url: /advanced-analytics/custom-dashboards/
30+
url: /observability/custom-dashboards/
3131
- text: Custom dashboards reference
32-
url: /advanced-analytics/custom-dashboards-reference/
32+
url: /observability/custom-dashboards-reference/
3333
- text: Automate dashboards with Terraform
3434
url: /how-to/automate-dashboard-terraform/
3535
---
3636

3737
## Create a dashboard
3838

39-
You can create custom dashboards either from scratch or from a [template](/advanced-analytics/custom-dashboards-reference/#templates). In this tutorial, we'll use a template.
39+
You can create custom dashboards either from scratch or from a [template](/observability/custom-dashboards-reference/#templates). In this tutorial, we'll use a template.
4040

4141
To create a custom dashboard, do the following:
4242

43-
1. In {{site.konnect_short_name}}, navigate to [Dashboards](https://cloud.konghq.com/us/analytics/dashboards) in the sidebar.
44-
43+
1. In the {{site.konnect_short_name}} sidebar, click **Observability**.
44+
1. In the Observability sidebar, click [**Dashboards**](https://cloud.konghq.com/us/analytics/dashboards).
4545
1. From the **Create dashboard** dropdown menu, select "Create from template".
46-
4746
1. Click **Quick summary dashboard**.
4847
1. Click **Use template**.
4948

app/_how-tos/visualize-ai-gateway-metrics-with-kibana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tldr:
3434
You can use any [logging plugin](/plugins/?category=logging) to send your AI Gateway metrics and logs to your dashboarding tool.
3535
For testing purposes, you can start our [sample observability stack](https://github.com/KongHQ-CX/kong-ai-gateway-observability), send requests to `/gpt4o`, and visualize the results at `http://localhost:5601/app/dashboards#/view/aa8e4cb0-9566-11ef-beb2-c361d8db17a8`.
3636
37-
If you're using {{site.konnect_short_name}}, you can visualize AI Gateway metrics with [Advanced Analytics](/advanced-analytics/).
37+
If you're using {{site.konnect_short_name}}, you can visualize AI Gateway metrics with [Observability](/observability/).
3838
3939
prereqs:
4040
skip_product: true

0 commit comments

Comments
 (0)