Skip to content

Commit

Permalink
fix name violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Schisler committed Nov 19, 2024
1 parent 4e76a28 commit 25aaff0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 16 deletions.
9 changes: 5 additions & 4 deletions docs/contrast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ action nor will it contain enough information to determine the action execution

**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)

**type:** `none`
**type:** `contrast`

**Description:** Additional attributes for Contrast Sensors to provide

**Description:** contrast defined resources for observability data
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|---|---|---|---|---|---|
| [`contrast.semconv.version`](/docs/attributes-registry/.md) | string | The version of contrast semantic conventions that the data adheres to. | `0.1.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`otel.semconv.version`](/docs/attributes-registry/.md) | string | The version of otel semantic conventions that the data adheres to. | `1.22.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`contrast.semconv.version`](/docs/attributes-registry/contrast.md) | string | The version of contrast semantic conventions that the data adheres to. | `0.1.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`otel.semconv.version`](/docs/attributes-registry/contrast.md) | string | The version of otel semantic conventions that the data adheres to. | `1.22.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/authn-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `authn-request`

<!-- semconv contrast.action.span.authn(full) -->
<!-- semconv span.contrast.action.authn(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/authz-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `authz-request`

<!-- semconv contrast.action.span.authz(full) -->
<!-- semconv span.contrast.action.authz(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/el-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `el-execution`.

<!-- semconv contrast.action.span.el-execution(full) -->
<!-- semconv span.contrast.action.el-execution(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/file-open-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `file-open-create`.

<!-- semconv contrast.action.span.file-open-create(full) -->
<!-- semconv span.contrast.action.file-open-create(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/host-cmd-exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `host-cmd-exec`.

<!-- semconv contrast.action.span.host-cmd-exec(full) -->
<!-- semconv span.contrast.action.host-cmd-exec(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/ognl-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used when span name is `ognl-execution`.

<!-- semconv contrast.action.span.ognl-execution(full) -->
<!-- semconv span.contrast.action.ognl-execution(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/contrast/outbound-service-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This span type represents an outbound HTTP request. There are two ways this can
instrumentations MAY create an `outbound-service-call` span for the top-most operation of the HTTP client.
In this case, the `url.full` MUST be the absolute URL that was originally requested, before any HTTP-redirects that may happen when executing the request.

<!-- semconv contrast.action.span.outbound-service-call(full) -->
<!-- semconv span.contrast.action.outbound-service-call(full) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
9 changes: 5 additions & 4 deletions docs/resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,14 @@ a string starting with `opentelemetry-`, e.g. `opentelemetry-java-instrumentatio

**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)

**type:** `none`
**type:** `contrast`

**Description:** Additional attributes for Contrast Sensors to provide

**Description:** contrast defined resources for observability data
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|---|---|---|---|---|---|
| [`contrast.semconv.version`](/docs/attributes-registry/.md) | string | The version of contrast semantic conventions that the data adheres to. | `0.1.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`otel.semconv.version`](/docs/attributes-registry/.md) | string | The version of otel semantic conventions that the data adheres to. | `1.22.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`contrast.semconv.version`](/docs/attributes-registry/contrast.md) | string | The version of contrast semantic conventions that the data adheres to. | `0.1.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`otel.semconv.version`](/docs/attributes-registry/contrast.md) | string | The version of otel semantic conventions that the data adheres to. | `1.22.0` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion model/contrast/spans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ groups:
- ref: contrast.file.open.path
#- ref: contrast.host-cmd-exec.cmd

- id: span.contrast.action.span.outbound-service-call
- id: span.contrast.action.outbound-service-call
type: span
extends: trace.http.client
brief: >
Expand Down

0 comments on commit 25aaff0

Please sign in to comment.