Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure SDK attributes & Logs events #1028

Merged
merged 55 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6f8cb8d
initial commit of azure logs
MikeGoldsmith May 10, 2024
dd39959
rename changelog component name
MikeGoldsmith May 14, 2024
c89010c
fix changelog formatting
MikeGoldsmith May 14, 2024
b67f638
ran attribute-registry-generation
MikeGoldsmith May 14, 2024
bece58b
add azure SDK component
MikeGoldsmith May 14, 2024
6e65376
update issue templates
MikeGoldsmith May 14, 2024
c9ef4e2
combine az and azure
MikeGoldsmith May 14, 2024
c3dc90d
remove az.md
MikeGoldsmith May 14, 2024
dc149f6
move sdk and logs into sub-groups
MikeGoldsmith May 14, 2024
ea104de
run attribute-registry-generation
MikeGoldsmith May 14, 2024
3f8d012
upate azure prefix to az.log
MikeGoldsmith May 29, 2024
dae49f2
Apply suggestions from code review
MikeGoldsmith May 29, 2024
9711463
Apply suggestions from code review
MikeGoldsmith May 29, 2024
88ec9c9
update result.type examples to match docs
MikeGoldsmith May 29, 2024
5c64673
Apply suggestions from code review
MikeGoldsmith May 29, 2024
f15f90c
Merge branch 'mike/azure-logs' of github.com:MikeGoldsmith/semantic-c…
MikeGoldsmith May 29, 2024
6a72d53
update identity field desc to note PII
MikeGoldsmith May 29, 2024
e3abdce
regenerate markdown files
MikeGoldsmith May 29, 2024
5ecf2b9
fix typo
MikeGoldsmith May 29, 2024
28345ef
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
MikeGoldsmith May 29, 2024
bd38a94
Merge branch 'main' into mike/azure-logs
MikeGoldsmith May 30, 2024
5d505c4
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jun 11, 2024
069d7d7
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 1, 2024
8466965
add event.name and move other attrs to body
MikeGoldsmith Jul 3, 2024
7ab29f1
tweak changelog description
MikeGoldsmith Jul 3, 2024
31796de
clean up event name
MikeGoldsmith Jul 3, 2024
a6dec26
update changelog description
MikeGoldsmith Jul 3, 2024
04b1006
remove local asdf file
MikeGoldsmith Jul 3, 2024
a8c2c02
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 4, 2024
3a9ffd7
Apply suggestions from code review
MikeGoldsmith Jul 17, 2024
4b04ce2
move event to model/logs/azure
MikeGoldsmith Jul 17, 2024
558f302
remove additional resource.id field
MikeGoldsmith Jul 17, 2024
8c23e95
rename property to properties and examples
MikeGoldsmith Jul 17, 2024
57ad794
add missing groups to top of logs model
MikeGoldsmith Jul 17, 2024
5e5b5d0
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 17, 2024
99134cb
run make target to regenerate markdown files
MikeGoldsmith Jul 17, 2024
25266ff
fix lint errors
MikeGoldsmith Jul 17, 2024
5afab2a
fix typo
MikeGoldsmith Jul 17, 2024
6a01867
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 18, 2024
a0d61e4
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 22, 2024
21276eb
Apply suggestions from code review
MikeGoldsmith Jul 25, 2024
bacb535
update service_request_id description
MikeGoldsmith Jul 25, 2024
7a9d4fe
add markdown docs markdown files
MikeGoldsmith Jul 25, 2024
3c6c1cc
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 25, 2024
9d4f31c
fix lint errors
MikeGoldsmith Jul 25, 2024
488c22d
indent comment in model/logs/azure.yaml
MikeGoldsmith Jul 26, 2024
3b1dd09
use keyvaluelist for properties
MikeGoldsmith Jul 26, 2024
1b0d41b
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 29, 2024
0c98f83
use autogeneration tools to build attributes table
MikeGoldsmith Jul 29, 2024
e02f1e0
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 29, 2024
5d717d0
Apply suggestions from code review
MikeGoldsmith Jul 30, 2024
f859c88
Merge branch 'main' into mike/azure-logs
MikeGoldsmith Jul 30, 2024
55b9b6e
fix yaml lint errors
MikeGoldsmith Jul 30, 2024
4b63a1d
regenerated attributes table
MikeGoldsmith Jul 30, 2024
75c29c2
Merge branch 'main' into mike/azure-logs
lmolkova Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
MikeGoldsmith committed Jul 17, 2024
commit 5afab2a716429bb142c9824c8783aebe947d2b4d
2 changes: 1 addition & 1 deletion model/logs/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
name: az.log
brief: >
Describes Azure Resource Log event, see
[Azure Resource Log Topint-level Schema](https://learn.microsoft.com/azure/azure-monitor/essentials/resource-logs-schema#top-level-common-schema)
[Azure Resource Log Top-level Schema](https://learn.microsoft.com/azure/azure-monitor/essentials/resource-logs-schema#top-level-common-schema)
for more details.
attributes:
- ref: event.name
- ref: az.service_request_id
- ref: cloud.resource_id
# Future Note: When the build tools support this definition please uncomment and validate the details

Check warning on line 14 in model/logs/azure.yaml

View workflow job for this annotation

GitHub Actions / yamllint

[comments-indentation] comment not indented like content
# included here and what has been added to the manual markdown table
# body:
# fields:
Expand Down
Loading