Skip to content

Commit 3334d6f

Browse files
authored
Fix broken CI checks (community links and newly added prefixes) (open-telemetry#1305)
1 parent ea6e22b commit 3334d6f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#####################################################
66
#
77
# Learn about membership in OpenTelemetry community:
8-
# https://github.com/open-telemetry/community/blob/main/community-membership.md
8+
# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md
99
#
1010
#
1111
# Learn about CODEOWNERS file format:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Welcome to OpenTelemetry semantic conventions repository!
44

55
Before you start - see OpenTelemetry general
6-
[contributing](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md)
6+
[contributing](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md)
77
requirements and recommendations.
88

99
<details>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Approvers ([@open-telemetry/specs-semconv-approvers](https://github.com/orgs/ope
2424
- [Sean Marciniak](https://github.com/MovieStoreGuy), Atlassian
2525
- [Ted Young](https://github.com/tedsuo), Lightstep
2626

27-
_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver)._
27+
_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver)._
2828

2929
Maintainers ([@open-telemetry/specs-semconv-maintainers](https://github.com/orgs/open-telemetry/teams/specs-semconv-maintainers)):
3030

@@ -36,4 +36,4 @@ Maintainers ([@open-telemetry/specs-semconv-maintainers](https://github.com/orgs
3636
- [Liudmila Molkova](https://github.com/lmolkova), Microsoft
3737
- [Reiley Yang](https://github.com/reyang), Microsoft
3838

39-
_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer)._
39+
_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer)._

model/registry/azure.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
groups:
22
- id: registry.azure.sdk
3-
prefix: az
43
type: attribute_group
54
brief: >
65
This document defines generic attributes for Azure SDK.
76
attributes:
8-
- id: service_request_id
7+
- id: az.service_request_id
98
type: string
109
stability: experimental
1110
brief: "The unique identifier of the service request. It's generated by the Azure service and returned with the response."

0 commit comments

Comments
 (0)