Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ the respective markdown files.
If you want to update existing tables, just run the following commands:

```bash
make table-generation attribute-registry-generation
make table-generation registry-generation
```

When defining new telemetry signals (spans, metrics, events, resources) in YAML,
Expand All @@ -187,7 +187,7 @@ code-snippet into the markdown file:
Then run markdown generation commands:

```bash
make table-generation attribute-registry-generation
make table-generation registry-generation
```

#### Hugo frontmatter
Expand Down
Loading