Skip to content

Commit 70aa3c8

Browse files
committed
removing code snippet intended for beta and/or hidden docs
1 parent f938be1 commit 70aa3c8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

12-
<head>
13-
<meta name="robots" content="noindex" />
14-
</head>
15-
1612
<img src={useBaseUrl('img/integrations/databases/postgresql.png')} alt="Thumbnail icon" width="100"/> <img src={useBaseUrl('img/send-data/otel-color.svg')} alt="Thumbnail icon" width="30"/>
1713

1814
The PostgreSQL source template creates an OpenTelemetry configuration that can be pushed to a remotely managed OpenTelemetry collector (abbreviated as otelcol). By creating this source template and pushing the config to the appropriate OpenTelemetry agent, you can ensure collection of PostgreSQL logs and metrics to Sumo Logic.

docs/send-data/opentelemetry-collector/remote-management/source-templates/st-with-secrets.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

12-
<head>
13-
<meta name="robots" content="noindex" />
14-
</head>
15-
1612
Certain source template use receiver which use secret/sensitive values like password to pull the data from service and send it to Sumo Logic using OpenTelemetry collector. For example, [PostgreSQL receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/postgresqlreceiver) uses PostgreSQL username and password to bring in metrics from PostgreSQL instance.
1713

1814
Below are the steps to make things work for such source templates:

0 commit comments

Comments
 (0)