Skip to content

Commit

Permalink
fix: destinations doc script - image sizes, and custom content demo t…
Browse files Browse the repository at this point in the history
…ext (#2443)

This pull request includes changes to various backend documentation
files, primarily focusing on updating image tags and adding detailed
instructions for creating accounts and obtaining access tokens. The most
important changes include updating the image tags to use a consistent
class and height, and adding detailed instructions for user actions.

Updates to image tags:

*
[`docs/backends-overview.mdx`](diffhunk://#diff-26115b197a8b9dd8ee351f05b2cade47da5acd788d74b9f962a325d3e1b919a2L15-R59):
Updated image tags for all backends to use a consistent class and
height.
*
[`docs/backends/appdynamics.mdx`](diffhunk://#diff-124c6f9b4d97583e112af5cf15db37c29ee22d49b620a9ea8baf810ad6dca8a2L10-R21):
Updated the image tag for AppDynamics to use a consistent class and
height.
*
[`docs/backends/awss3.mdx`](diffhunk://#diff-3a7ce85354b4b2eadec523fe8235cd31349580d1b3946e99bcf557b9d464abc6L10-R21):
Updated the image tag for AWS S3 to use a consistent class and height.
*
[`docs/backends/axiom.mdx`](diffhunk://#diff-183441861a9543c5648da503820d9b0c10a344e08138820fa4849f81a85beb00L10-R21):
Updated the image tag for Axiom to use a consistent class and height.
*
[`docs/backends/azureblob.mdx`](diffhunk://#diff-292b9c877fdd83df881a11992affe06aa78e14fbb1cac9449a266bdd4a0576e9L10-R21):
Updated the image tag for Azure Blob Storage to use a consistent class
and height.

Addition of detailed instructions:

*
[`docs/backends/appdynamics.mdx`](diffhunk://#diff-124c6f9b4d97583e112af5cf15db37c29ee22d49b620a9ea8baf810ad6dca8a2L10-R21):
Added detailed instructions for creating an account and obtaining an
access token.
*
[`docs/backends/awss3.mdx`](diffhunk://#diff-3a7ce85354b4b2eadec523fe8235cd31349580d1b3946e99bcf557b9d464abc6L10-R21):
Added detailed instructions for creating an account and obtaining an
access token.
*
[`docs/backends/axiom.mdx`](diffhunk://#diff-183441861a9543c5648da503820d9b0c10a344e08138820fa4849f81a85beb00L10-R21):
Added detailed instructions for creating an account and obtaining an
access token.
*
[`docs/backends/azureblob.mdx`](diffhunk://#diff-292b9c877fdd83df881a11992affe06aa78e14fbb1cac9449a266bdd4a0576e9L10-R21):
Added detailed instructions for creating an account and obtaining an
access token.
*
[`docs/backends/betterstack.mdx`](diffhunk://#diff-a37c129f12237e3b2bc3c543bc80c3440805bef299e2f27834df2e65935a0950L10-R21):
Added detailed instructions for creating an account and obtaining an
access token.
  • Loading branch information
BenElferink authored Feb 16, 2025
1 parent 2d13395 commit 2c2c554
Show file tree
Hide file tree
Showing 47 changed files with 416 additions and 192 deletions.
90 changes: 45 additions & 45 deletions docs/backends-overview.mdx

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions docs/backends/appdynamics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/appdynamics.svg' alt='appdynamics' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/appdynamics.svg" alt="appdynamics" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/awss3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/s3.svg' alt='s3' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/s3.svg" alt="s3" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/axiom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/axiom.svg' alt='axiom' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/axiom.svg" alt="axiom" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/azureblob.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/blobstorage.svg' alt='azureblob' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/blobstorage.svg" alt="azureblob" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/betterstack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/betterstack.svg' alt='betterstack' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/betterstack.svg" alt="betterstack" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/causely.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/causely.svg' alt='causely' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/causely.svg" alt="causely" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/chronosphere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/chronosphere.svg' alt='chronosphere' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/chronosphere.svg" alt="chronosphere" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/clickhouse.svg' alt='clickhouse' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/clickhouse.svg" alt="clickhouse" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/coralogix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/coralogix.svg' alt='coralogix' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/coralogix.svg" alt="coralogix" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/dash0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/dash0.svg' alt='dash0' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/dash0.svg" alt="dash0" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/datadog.svg' alt='datadog' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/datadog.svg" alt="datadog" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/dynatrace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/dynatrace.svg' alt='dynatrace' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/dynatrace.svg" alt="dynatrace" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/elasticapm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/elasticapm.svg' alt='elasticapm' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/elasticapm.svg" alt="elasticapm" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/elasticsearch.svg' alt='elasticsearch' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/elasticsearch.svg" alt="elasticsearch" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/gigapipe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/gigapipe.svg' alt='qryn' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/gigapipe.svg" alt="qryn" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/googlecloudmonitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/gcp.svg' alt='googlecloud' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/gcp.svg" alt="googlecloud" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/grafanacloudloki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/grafana.svg' alt='grafanacloudloki' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/grafana.svg" alt="grafanacloudloki" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
11 changes: 8 additions & 3 deletions docs/backends/grafanacloudprometheus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ icon: 'signal-stream'

### Getting Started

<img src='https://d15jtxgb40qetw.cloudfront.net/grafana.svg' alt='grafanacloudprometheus' width="100" height="100" className="not-prose" />
<img src="https://d15jtxgb40qetw.cloudfront.net/grafana.svg" alt="grafanacloudprometheus" className="not-prose h-20" />

{/*
Add custom content here (under this comment)...
e.g:
[🔗 website](https://odigos.io)
e.g.
**Creating Account**<br />
Go to the **[🔗 website](https://odigos.io) > Account** and click **Sign Up**
**Obtaining Access Token**<br />
Go to **⚙️ > Access Tokens** and click **Create New**
!! Do not remove this comment, this acts as a key indicator in `docs/sync-dest-doc.py` !!
!! START CUSTOM EDIT !!
Expand Down
Loading

0 comments on commit 2c2c554

Please sign in to comment.