|
2 | 2 | title: "Deploy Prometheus and Grafana through the Linode Marketplace" |
3 | 3 | description: "Deploy Prometheus & Grafana on a Linode Compute Instance. This application provides you with a reliable monitoring solution for all of your infrastructure. " |
4 | 4 | published: 2022-03-29 |
5 | | -modified: 2024-05-14 |
| 5 | +modified: 2024-10-15 |
6 | 6 | keywords: ['monitoring','observability'] |
7 | 7 | tags: ["marketplace", "linode platform", "cloud manager"] |
8 | 8 | external_resources: |
@@ -45,6 +45,27 @@ Grafana is an analytics and monitoring solution with a focus on accessibility fo |
45 | 45 |
|
46 | 46 | {{% content "marketplace-special-character-limitations-shortguide" %}} |
47 | 47 |
|
| 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 | + |
48 | 69 | ## Getting Started after Deployment |
49 | 70 |
|
50 | 71 | ### Access Grafana and Prometheus |
@@ -113,4 +134,13 @@ Once the app has been *fully* deployed, you need to obtain the credentials from |
113 | 134 |
|
114 | 135 | 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. |
115 | 136 |
|
| 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 | +  |
| 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 | +  |
| 145 | +
|
116 | 146 | {{% content "marketplace-update-note-shortguide" %}} |
0 commit comments