Skip to content

Commit

Permalink
[EDU-4654] fix: delete obsolete Grafana Cloud guide (#1450)
Browse files Browse the repository at this point in the history
* fix: delete old guide and link in Guides page

* fix: adjust deleted link in other guides - EN/PT
  • Loading branch information
MarianaAguilera authored Jan 23, 2025
1 parent f9c5607 commit 1856ef6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 223 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: docs_grafana_data_transferred_dash_json
permalink: /documentation/products/real-time-metrics/data-transferred-dash/
---

To create a dashboard on Grafana with the **Data Transferred** metrics from [Real-Time Metrics](/en/documentation/products/observe/real-time-metrics/), follow the steps described in [How to query GraphQL data on Grafana Cloud](/en/documentation/products/guides/graphql-grafana-cloud/) and then use the following JSON with the `https://api.azionapi.net/metrics/graphql` URL:
To create a dashboard on Grafana with the **Data Transferred** metrics from [Real-Time Metrics](/en/documentation/products/observe/real-time-metrics/), follow the steps described in [How to use a pre-built dashboard with the Azion plugin on Grafana](/en/documentation/products/guides/azion-plugin-grafana-pre-built-dash/) and then use the following JSON with the `https://api.azionapi.net/metrics/graphql` URL:

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: docs_grafana_metrics_events_dash_json
permalink: /documentation/products/real-time-metrics/metrics-dash/
---

Follow the steps described in [How to query GraphQL data on Grafana Cloud](/en/documentation/products/guides/graphql-grafana-cloud/) and then use the following JSON with the `https://api.azionapi.net/metrics/graphql` URL to create a dashboard on Grafana with data from the Real-Time Metrics GraphQL API such as:
Follow the steps described in [How to use a pre-built dashboard with the Azion plugin on Grafana](/en/documentation/products/guides/azion-plugin-grafana-pre-built-dash/) and then use the following JSON with the `https://api.azionapi.net/metrics/graphql` URL to create a dashboard on Grafana with data from the Real-Time Metrics GraphQL API such as:

- Total Requests
- Cache Requests
Expand Down
108 changes: 0 additions & 108 deletions src/content/docs/en/pages/guides/grafana/grafana-cloud.mdx

This file was deleted.

1 change: 0 additions & 1 deletion src/content/docs/en/pages/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ permalink: /documentation/products/guides/
- [Data Transferred dashboard on Grafana JSON example](/en/documentation/products/real-time-metrics/data-transferred-dash/)
- [How to select Top X queries with GraphQL API](/en/documentation/products/guides/graphql-top-x-query/)
- [How to query aggregated data with GraphQL API](/en/documentation/products/guides/graphql-aggregated-data/)
- [How to query GraphQL data on Grafana Cloud](/en/documentation/products/guides/graphql-grafana-cloud/)
- [How to query GraphQL requests on Postman](/en/documentation/products/guides/query-graphql-postman/)
- [How to query metadata with GraphQL API](/en/documentation/products/guides/graphql-metadata/)
- [Real-Time Metrics GraphQL API dashboard on Grafana JSON example](/en/documentation/products/real-time-metrics/metrics-dash/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: docs_grafana_data_transferred_dash_json
permalink: /documentacao/produtos/real-time-metrics/data-transferred-dash/
---

Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [Real-Time Metrics](/pt-br/documentacao/produtos/observe/real-time-metrics/), siga os passos descritos em [Como consultar dados da GraphQL no Grafana Cloud](/pt-br/documentacao/produtos/guias/graphql-grafana-cloud/) e use o seguinte JSON com a URL `https://api.azionapi.net/metrics/graphql`:
Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [Real-Time Metrics](/pt-br/documentacao/produtos/observe/real-time-metrics/), siga os passos descritos em [Como utilizar um dashboard pré-configurado com o plugin da Azion no Grafana](/pt-br/documentacao/produtos/guias/azion-plugin-grafana-dash-pre-configurado/) e use o seguinte JSON com a URL `https://api.azionapi.net/metrics/graphql`:

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: docs_grafana_metrics_events_dash_json
permalink: /documentacao/produtos/real-time-metrics/metrics-dash/
---

Siga os passos descritos em [Como consultar dados da GraphQL no Grafana Cloud](/pt-br/documentacao/produtos/guias/graphql-grafana-cloud/) e utilize o JSON a seguir com a URL `https://api.azionapi.net/metrics/graphql` para criar um dashboard no Grafana com dados da API GraphQL do Real-Time Metrics, como, por exemplo:
Siga os passos descritos em [Como utilizar um dashboard pré-configurado com o plugin da Azion no Grafana](/pt-br/documentacao/produtos/guias/azion-plugin-grafana-dash-pre-configurado/) e utilize o JSON a seguir com a URL `https://api.azionapi.net/metrics/graphql` para criar um dashboard no Grafana com dados da API GraphQL do Real-Time Metrics, como, por exemplo:

- Total Requests
- Cache Requests
Expand Down
109 changes: 0 additions & 109 deletions src/content/docs/pt-br/pages/guias/grafana/grafana-cloud.mdx

This file was deleted.

1 change: 0 additions & 1 deletion src/content/docs/pt-br/pages/guias/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ permalink: /documentacao/produtos/guias/

## GraphQL API

- [Como consultar dados da GraphQL no Grafana Cloud](/pt-br/documentacao/produtos/guias/graphql-grafana-cloud/)
- [Como consultar metadados com a API GraphQL](/pt-br/documentacao/produtos/guias/graphql-metadados/)
- [Como realizar consultas de queries Top X com a API GraphQL](/pt-br/documentacao/produtos/guias/graphql-query-top-x/)
- [Como realizar consultas agregando dados com a API GraphQL](/pt-br/documentacao/produtos/guias/graphql-dados-agregados/)
Expand Down

0 comments on commit 1856ef6

Please sign in to comment.