Skip to content

Commit

Permalink
[chore] Fix link to generated tests (open-telemetry#10248)
Browse files Browse the repository at this point in the history
#### Description
Fixes a bad link

#### Link to tracking issue
Fixes open-telemetry#10143
  • Loading branch information
atoulme authored and steves-canva committed Jun 13, 2024
1 parent 4871b70 commit 0c9609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mdatagen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ When making updates to the metadata generator or introducing support for new fun

1. Ensure the [metadata-schema.yaml](./metadata-schema.yaml) and [./metadata.yaml](metadata.yaml) files reflect the changes.
2. Run `make mdatagen-test`.
3. Make sure all tests are passing including [generated tests](./internal/metadata/generated_metrics_test.go).
3. Make sure all tests are passing including [generated tests](./internal/samplereceiver/internal/metadata/generated_metrics_test.go).
4. Run `make generate`.

0 comments on commit 0c9609f

Please sign in to comment.