Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tranngoclam authored and Lam Tran committed Apr 21, 2024
1 parent 6e3c9b9 commit 088a812
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

## Contents

This repository contains features: `otelcol`
This repository contains features: otelcol, otelcol-contrib

### `otelcol`
## Usage

```jsonc
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol:1": {}
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol:1": {},
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol-contrib:1": {},
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions src/otelcol-contrib/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# otelcol (via Github Releases) (otelcol)
# otelcol-contrib (via Github Releases) (otelcol-contrib)

OpenTelemetry Collector Core Distro.
OpenTelemetry Collector Contrib Distro.

## Example DevContainer Usage

```json
"features": {
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol:1": {}
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol-contrib:1": {}
}
```

Expand Down
4 changes: 2 additions & 2 deletions src/otelcol/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# otelcol (via Github Releases) (otelcol)

OpenTelemetry Collector Contrib Distro.
OpenTelemetry Collector Core Distro.

## Example DevContainer Usage

```json
"features": {
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol-contrib:1": {}
"ghcr.io/tranngoclam/otel-devcontainer-features/otelcol:1": {}
}
```

Expand Down

0 comments on commit 088a812

Please sign in to comment.