Skip to content

Commit

Permalink
Update repository permissions and log message when service name is no…
Browse files Browse the repository at this point in the history
…t set (#252)
  • Loading branch information
Mateusz Rzeszutek authored Sep 6, 2023
1 parent 6ce6291 commit 44d7cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions specification/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ are required.
name or link to relevant documentation. E.g.

```txt
service.name attribute is not set, your service is unnamed and will be difficult to identify.
set your service name using the OTEL_SERVICE_NAME environment variable.
The service.name resource attribute is not set. Your service is unnamed and will be difficult to identify.
Set your service name using the OTEL_SERVICE_NAME or OTEL_RESOURCE_ATTRIBUTES environment variable.
E.g. `OTEL_SERVICE_NAME="<YOUR_SERVICE_NAME_HERE>"`
```

Expand Down
6 changes: 2 additions & 4 deletions specification/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ approval is granted, GDI repositories MUST NOT cut a GA release.

- MUST grant `Admin` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to maintainers team
to maintainers team and the `gdi-instrumentation-admins` team
- MUST grant `Write` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to approvers team and the `signalfx/docs`,
`signalfx/gdi-specification-approvers`
`signalfx/gdi-specification-maintainers` teams
to approvers team and the `signalfx/gdi-docs` team
- MUST NOT grant `Write`, `Maintain`, `Admin` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to any other team
Expand Down
2 changes: 1 addition & 1 deletion specification/templates/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*.md @signalfx/gdi-TEAM-maintainers @signalfx/gdi-TEAM-approvers @signalfx/gdi-docs
*.rst @signalfx/gdi-TEAM-maintainers @signalfx/gdi-TEAM-approvers @signalfx/gdi-docs
docs/ @signalfx/gdi-TEAM-maintainers @signalfx/gdi-TEAM-approvers @signalfx/gdi-docs
README* @signalfx/gdi-TEAM-maintainers @signalfx/gdi-TEAM-approvers @signalfx/gdi-docs @signalfx/gdi-specification-approvers @signalfx/gdi-specification-maintainers
README* @signalfx/gdi-TEAM-maintainers @signalfx/gdi-TEAM-approvers @signalfx/gdi-docs

0 comments on commit 44d7cfb

Please sign in to comment.