Skip to content

Commit 0ed55f5

Browse files
author
R9 Fundamentals
committed
renamed as suggested
1 parent 846cce5 commit 0ed55f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/core/diagnostics/source-generated-metrics.md renamed to docs/core/diagnostics/metrics-generator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Source-generated metrics
2+
title: Compile-time metric source generation
33
description: Learn how to use a source generator to create metrics in .NET
44
ms.date: 04/11/2025
55
---
66

7-
# Source generated metering
7+
# Compile-time metric source generation
88

99
.NET's metering infrastructure is designed to deliver a highly-usable and high-performance metering solution
1010
for modern .NET applications.

docs/core/diagnostics/metrics-strongly-typed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Adhering to these requirements ensures that the source generator can successfull
208208

209209
## See also
210210

211-
- [Source generated metrics in .NET](source-generated-metrics.md)
211+
- [Source generated metrics in .NET](metrics-generator.md)
212212
- [Creating metrics in .NET (Instrumentation tutorial)](metrics-instrumentation.md)
213213
- [Collecting metrics in .NET (Using MeterListener and exporters)](metrics-collection.md)
214214
- [Logging source generation in .NET](../extensions/logger-message-generator.md) (for a similar source-generation approach applied to logging)

docs/core/diagnostics/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two parts to using metrics in a .NET app:
2828

2929
- [Instrumentation tutorial](metrics-instrumentation.md) - How to create new metrics in code
3030
- [Collection tutorial](metrics-collection.md) - How to store and view metric data for your app
31-
- [Source generated metrics](source-generated-metrics.md) - How to use source generator to create metrics
31+
- [Source generated metrics](metrics-generator.md) - How to use source generator to create metrics
3232
- [Source-generated metrics with strongly-typed tags](metrics-strongly-typed.md) - How to use source-generated metrics with strongly-typed tags
3333
- [Built-in metrics](built-in-metrics.md) - Discover metrics that are ready for use in .NET runtime libraries
3434
- [Compare metric APIs](compare-metric-apis.md)

docs/navigate/tools-diagnostics/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ items:
391391
displayName: exception summarization,exception summary,exception summarizer,ExceptionSummary
392392
- name: Collection
393393
href: ../../core/diagnostics/metrics-collection.md
394-
- name: Source generated metrics
395-
href: ../../core/diagnostics/source-generated-metrics.md
394+
- name: Compile-time metric source generation
395+
href: ../../core/diagnostics/metrics-generator.md
396396
- name: Strongly typed source-generated metrics
397397
displayName: strongly-typed tags,dimensions
398398
href: ../../core/diagnostics/metrics-strongly-typed.md

0 commit comments

Comments
 (0)