Skip to content

Commit

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

#### Link to tracking issue
Fixes #10143
  • Loading branch information
atoulme committed May 29, 2024
1 parent 40f5a4e commit f355e44
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 f355e44

Please sign in to comment.