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 initial experimental .NET CLR runtime metrics #1035

Merged
merged 36 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
54833c4
Add initial experimental .NET CLR runtime metrics
stevejgordon May 14, 2024
c6b3628
Fixing lint failures
stevejgordon May 14, 2024
c80a739
PR feedback
stevejgordon May 14, 2024
8cc3175
Update model/metrics/clr-metrics.yaml
stevejgordon May 15, 2024
6b0a6e9
Update model/metrics/clr-metrics.yaml
stevejgordon May 15, 2024
866a85c
Regen after generator fixes
stevejgordon May 15, 2024
8f95fd1
Update model/metrics/clr-metrics.yaml
stevejgordon May 16, 2024
f1dd3dd
Update based on PR feedback
stevejgordon May 16, 2024
4ae73ed
Rename to dotnet and address PR feedback
stevejgordon Jun 18, 2024
d08792a
Fix issue templates
stevejgordon Jun 18, 2024
72c1657
Update dotnet attribute registry
stevejgordon Jun 21, 2024
1a27404
Switch to error.type attribute for exceptions
stevejgordon Jun 21, 2024
fe47a31
Add brief to gc.heap.generation members
stevejgordon Jun 21, 2024
a5da35c
Fix DocumentStatus URL
stevejgordon Jun 21, 2024
cdbef6a
Move implementation hints to notes in yaml
stevejgordon Jun 21, 2024
3d14868
Update with proposed renames
stevejgordon Jun 21, 2024
630ee50
Fix YAML
stevejgordon Jun 21, 2024
aa4eb33
Fix trailing quote in note in YAML
stevejgordon Jun 21, 2024
1aefc29
PR renaming feedback
stevejgordon Jun 28, 2024
5d63a8f
Add CPU metrics
stevejgordon Jun 28, 2024
a4ad895
Fix unit on dotnet.thread_pool.queue.length
stevejgordon Jul 2, 2024
dc63af3
Fix typo in metric name
stevejgordon Jul 10, 2024
88fd58c
Clarify memory committed
stevejgordon Jul 10, 2024
90a9356
Update tables and TOC
stevejgordon Jul 10, 2024
f8866a1
Apply latest naming suggestions
stevejgordon Jul 11, 2024
eab22b2
Add meter name notes, cleanup MD and ordering
stevejgordon Jul 11, 2024
c48510f
Update codeowners
stevejgordon Jul 11, 2024
8e90ea0
Update model/metrics/dotnet-metrics.yaml
stevejgordon Jul 16, 2024
8717a40
Add display name and regen tables
stevejgordon Jul 16, 2024
b4b98c0
Update model/metrics/dotnet-metrics.yaml
stevejgordon Aug 5, 2024
085e331
Update tables
stevejgordon Aug 5, 2024
fbd75f2
Update attribute registry
stevejgordon Aug 5, 2024
6b7a0ed
Clarify gc collections note
stevejgordon Aug 7, 2024
47ed007
Merge branch 'main' into dotnet-runtime-metrics
lmolkova Aug 23, 2024
d104216
Apply suggestions from code review
lmolkova Aug 23, 2024
6dcfd10
regenrate table
lmolkova Aug 23, 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
Update attribute registry
  • Loading branch information
stevejgordon committed Aug 5, 2024
commit fbd75f25d692155fc707796e5e3b01c069a7cf6e
3 changes: 1 addition & 2 deletions model/registry/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ groups:
- id: registry.dotnet
type: attribute_group
display_name: .NET Attributes
prefix: dotnet
brief: >
This document defines .NET related attributes.
attributes:
- id: gc.heap.generation
- id: dotnet.gc.heap.generation
stability: experimental
type:
members:
Expand Down
Loading