Skip to content

Commit 053a5be

Browse files
authored
Merge pull request #7128 from jddocs/rc-v1.352.0
[Release Candidate] v1.352.0
2 parents 1d25652 + a997c6c commit 053a5be

File tree

7 files changed

+1167
-1
lines changed

7 files changed

+1167
-1
lines changed

ci/vale/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,7 @@ klei
12471247
klocwork
12481248
kloth
12491249
kloxo
1250+
knative
12501251
knockpy
12511252
knowledgebase
12521253
Kodu
@@ -1255,6 +1256,7 @@ Konqueror
12551256
konsole
12561257
konversation
12571258
kotin
1259+
kourier
12581260
KPI
12591261
KPIs
12601262
krita
70.7 KB
Loading
183 KB
Loading

docs/guides/kubernetes/migrating-from-aws-lambda-to-knative/index.md

Lines changed: 1134 additions & 0 deletions
Large diffs are not rendered by default.
83.5 KB
Loading
31.1 KB
Loading

docs/marketplace-docs/guides/prometheus-grafana/index.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Deploy Prometheus and Grafana through the Linode Marketplace"
33
description: "Deploy Prometheus & Grafana on a Linode Compute Instance. This application provides you with a reliable monitoring solution for all of your infrastructure. "
44
published: 2022-03-29
5-
modified: 2024-05-14
5+
modified: 2024-10-15
66
keywords: ['monitoring','observability']
77
tags: ["marketplace", "linode platform", "cloud manager"]
88
external_resources:
@@ -45,6 +45,27 @@ Grafana is an analytics and monitoring solution with a focus on accessibility fo
4545

4646
{{% content "marketplace-special-character-limitations-shortguide" %}}
4747

48+
#### Akamai Insights Datasource Plugin (Optional)
49+
50+
If your Akamai account contract has **Reporting** enabled, you can take advantage of the **[Akamai Reporting API V2](https://techdocs.akamai.com/reporting/v2/reference/api)**. This allows you to expose data to monitor traffic and analyze patterns and long-term trends directly in Grafana.
51+
52+
**Before you begin**: To get the values for required fields, you must have API client credentials. If you don't know how to create an API client for your Akamai account, see [Create EdgeGrid authentication credentials](https://techdocs.akamai.com/developer/docs/set-up-authentication-credentials).
53+
54+
55+
To add the plugin, enter your API client data into the corresponding fields. Note that leaving any fields blank will result in the plugin not being installed.
56+
- **Akamai client_secret:** Enter your `client_secret`.
57+
- **Akamai host:** Enter your Akamai `host`. This typically ends in **luna.akamaiapis.net**.
58+
- **Akamai access_token:** Enter your `access_token`.
59+
- **Akamai client_token:** Enter your `client_token`.
60+
61+
{{< note type="warning" title="Licensing Information" >}}
62+
Akamai's Grafana [Datasource](https://github.com/akamai/akamai-insights-datasource/tree/master) plugin -- as offered here -- is licensed to you under Apache License Version 2.0. Copyright, Akamai 2024.
63+
64+
Akamai's Grafana Datasource plugin uses [Grafana's Plugin tools](https://github.com/grafana/plugin-tools) software, which is licensed under Apache License Version 2.0, and whose terms are available at http://www.apache.org/licenses/LICENSE-2.0. Note that this is an unsigned plugin and is provided as-is.
65+
{{< /note >}}
66+
67+
**What to do next**: Once the deployment finishes, you can check to confirm the plugin works using the steps provided under [Akamai Insights Datasource](#akamai-insights-datasource).
68+
4869
## Getting Started after Deployment
4970

5071
### Access Grafana and Prometheus
@@ -113,4 +134,13 @@ Once the app has been *fully* deployed, you need to obtain the credentials from
113134
114135
Now that the Prometheus Data Source is set, you can browse the [available Grafana dashboards](https://grafana.com/grafana/dashboards/) to see which dashboard fits your needs. Review the official [Prometheus](https://prometheus.io/docs/introduction/overview/) and [Grafana](https://grafana.com/docs/grafana/latest/) documentation to learn how to further use your instance.
115136
137+
### Akamai Insights Datasource
138+
139+
If you added the Akamai Insights Datasource plugin, the data source can be found in the **Data sources** tab.
140+
![All Data Sources](grafana_datasource4.png)
141+
142+
143+
Open **akamai-insights-datasource** and click **Save & test** to check if the plugin is working. If successful, you should see a *"Data source is working properly"* message.
144+
![Working Akamai DS](grafana_akamai_ds.png)
145+
116146
{{% content "marketplace-update-note-shortguide" %}}

0 commit comments

Comments
 (0)