Skip to content

Commit

Permalink
Sorted the backends list in alphabetic order in docs (#956)
Browse files Browse the repository at this point in the history
Sort the `backends` list in alphabetic order
Fix #943

Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
  • Loading branch information
ankur0904 and blumamir committed Feb 8, 2024
1 parent 58a3323 commit dfc29a1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
32 changes: 16 additions & 16 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,31 @@
},
{
"group": "Observability Backends",
"pages": [
"pages": [
"backends/azureblob",
"backends/coralogix",
"backends/datadog",
"backends/prometheus",
"backends/tempo",
"backends/grafanacloudtempo",
"backends/elasticsearch",
"backends/googlecloud",
"backends/gcs",
"backends/grafanacloudloki",
"backends/grafanacloudprometheus",
"backends/grafanacloudtempo",
"backends/honeycomb",
"backends/newrelic",
"backends/splunk",
"backends/lightstep",
"backends/jaeger",
"backends/sumologic",
"backends/qryn",
"backends/lightstep",
"backends/loki",
"backends/elasticsearch",
"backends/googlecloud",
"backends/gcs",
"backends/azureblob",
"backends/opsverse",
"backends/logzio",
"backends/newrelic",
"backends/opentelemetry",
"backends/opsverse",
"backends/prometheus",
"backends/qryn",
"backends/sentry",
"backends/signoz",
"backends/opentelemetry",
"backends/coralogix"
"backends/splunk",
"backends/sumologic",
"backends/tempo"
]
},
{
Expand Down
34 changes: 17 additions & 17 deletions docs/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@ Odigos supports all the major observability backends, both open-source and comme
Select the relevant backend for your use case below to connect it to Odigos.

<CardGroup cols={4}>
<Card title="Azure Blob Storage" href="/backends/azureblob" />
<Card title="Coralogix" href="/backends/coralogix" />
<Card title="Datadog" href="/backends/datadog" />
<Card title="Honeycomb" href="/backends/honeycomb" />
<Card title="Splunk" href="/backends/splunk" />
<Card title="New Relic" href="/backends/newrelic" />
<Card title="Prometheus" href="/backends/prometheus" />
<Card title="Tempo" href="/backends/tempo" />
<Card title="Loki" href="/backends/loki" />
<Card title="Jaeger" href="/backends/jaeger" />
<Card title="Lightstep" href="/backends/lightstep" />
<Card title="Elasticsearch" href="/backends/elasticsearch" />
<Card title="Google Cloud Storage" href="/backends/gcs" />
<Card title="Google Cloud Monitoring" href="/backends/googlecloud" />
<Card title="Grafana Cloud Loki" href="/backends/grafanacloudloki" />
<Card title="Grafana Cloud Prometheus" href="/backends/grafanacloudprometheus" />
<Card title="Grafana Cloud Tempo" href="/backends/grafanacloudtempo" />
<Card title="Grafana Cloud Loki" href="/backends/grafanacloudloki" />
<Card title="Azure Blob Storage" href="/backends/azureblob" />
<Card title="Sentry" href="/backends/sentry" />
<Card title="SigNoz" href="/backends/signoz" />
<Card title="Google Cloud Monitoring" href="/backends/googlecloud" />
<Card title="Google Cloud Storage" href="/backends/gcs" />
<Card title="Honeycomb" href="/backends/honeycomb" />
<Card title="Jaeger" href="/backends/jaeger" />
<Card title="Lightstep" href="/backends/lightstep" />
<Card title="Loki" href="/backends/loki" />
<Card title="Logz.io" href="/backends/logzio" />
<Card title="Qryn" href="/backends/qryn" />
<Card title="OpsVerse" href="/backends/opsverse" />
<Card title="New Relic" href="/backends/newrelic" />
<Card title="OpenTelemetry" href="/backends/opentelemetry" />
<Card title="Coralogix" href="/backends/coralogix" />
<Card title="OpsVerse" href="/backends/opsverse" />
<Card title="Prometheus" href="/backends/prometheus" />
<Card title="Qryn" href="/backends/qryn" />
<Card title="Sentry" href="/backends/sentry" />
<Card title="SigNoz" href="/backends/signoz" />
<Card title="Splunk" href="/backends/splunk" />
<Card title="Tempo" href="/backends/tempo" />
</CardGroup>

0 comments on commit dfc29a1

Please sign in to comment.