Skip to content

Commit

Permalink
[chore] docs: remove mentions of non-existent Nop processor (open-tel…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel authored and khushijain21 committed Feb 14, 2025
1 parent cd90c8c commit 4009e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions extension/storage/dbstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ See [Golang database/sql package documentation](https://pkg.go.dev/database/sql)

`datasource`: the url of the database, in the format accepted by the driver.


```
```yaml
extensions:
db_storage:
driver: "sqlite3"
Expand All @@ -37,14 +36,11 @@ service:
pipelines:
traces:
receivers: [nop]
processors: [nop]
exporters: [nop]

# Data pipeline is required to load the config.
receivers:
nop:
processors:
nop:
exporters:
nop:
```
6 changes: 1 addition & 5 deletions extension/storage/filestorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ y ├─────XXXXXXXXXXXXXXXXXXXXX..────────────
. - claimed but no longer used space
```


## Example

```
```yaml
extensions:
file_storage:
file_storage/all_settings:
Expand All @@ -95,14 +94,11 @@ service:
pipelines:
traces:
receivers: [nop]
processors: [nop]
exporters: [nop]

# Data pipeline is required to load the config.
receivers:
nop:
processors:
nop:
exporters:
nop:
```
Expand Down
3 changes: 1 addition & 2 deletions extension/storage/redisstorageextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The extension requires read and write access to a Redis cluster.

## Example

```
```yaml
extensions:
redis_storage:
redis_storage/all_settings:
Expand All @@ -38,7 +38,6 @@ service:
pipelines:
traces:
receivers: [nop]
processors: [nop]
exporters: [nop]

# Data pipeline is required to load the config.
Expand Down

0 comments on commit 4009e94

Please sign in to comment.