diff --git a/docs/attributes-registry/instrumentation.md b/docs/attributes-registry/instrumentation.md deleted file mode 100644 index 1636cc4343..0000000000 --- a/docs/attributes-registry/instrumentation.md +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -# Instrumentation - -## Instrumentation Attributes - -Describes properties about the library that is being instrumented or that is responsible for performing the instrumentation. - -| Attribute | Type | Description | Examples | Stability | -| ------------------------------- | ------ | -------------------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------------------- | -| `instrumentation.source.repo` | string | The repository associated with the InstrumentationScope. | `github.com/organization/repo`; `gitlab.com/group/repo` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `instrumentation.source.target` | string | The build target associated with the InstrumentationScope. [1] | `//in/bazel/path/to/my/folder:target`; `inGradleYourLib` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | - -**[1]:** Particularly useful if the InstrumentationScope library cannot be triangulated from the name and `instrumenation.source.repo` alone. If multiple build targets produce the same result, choose the narrowest possible target (e.g. for Make: "mylib" rather than "all"; for Bazel: "//path/to/specific:target", not "//path/..."; etc.).