Some fixes for concept pages (#1429)
This commit is contained in:
parent
e982ac36a9
commit
261eb3ccde
|
|
@ -7,6 +7,6 @@ aliases: [/about, /docs/concepts/overview, /otel]
|
||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
The Concepts section helps you learn more about the data sources and components
|
The concepts section helps you learn more about the data sources and components
|
||||||
of the OpenTelemetry project in order to obtain a deeper understanding of how
|
of the OpenTelemetry project in order to obtain a deeper understanding of how
|
||||||
OpenTelemetry works.
|
OpenTelemetry works.
|
||||||
|
|
|
||||||
|
|
@ -328,31 +328,31 @@ on web pages when requested. See [more][zpages].
|
||||||
|
|
||||||
### Traces
|
### Traces
|
||||||
|
|
||||||
##### **[Trace API Terminology](/docs/reference/specification/trace/api)**
|
#### **[Trace API Terminology](/docs/reference/specification/trace/api)**
|
||||||
|
|
||||||
##### **[Trace SDK Terminology](/docs/reference/specification/trace/sdk)**
|
#### **[Trace SDK Terminology](/docs/reference/specification/trace/sdk)**
|
||||||
|
|
||||||
### Metrics
|
### Metrics
|
||||||
|
|
||||||
##### **[Metric API Terminology](/docs/reference/specification/metrics/api#overview)**
|
#### **[Metric API Terminology](/docs/reference/specification/metrics/api#overview)**
|
||||||
|
|
||||||
##### **[Metric SDK Terminology](/docs/reference/specification/metrics#specifications)**
|
#### **[Metric SDK Terminology](/docs/reference/specification/metrics#specifications)**
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
|
|
||||||
##### **[Trace Context Fields](/docs/reference/specification/logs/data-model#trace-context-fields)**
|
#### **[Trace Context Fields](/docs/reference/specification/logs/data-model#trace-context-fields)**
|
||||||
|
|
||||||
##### **[Severity Fields](/docs/reference/specification/logs/data-model#severity-fields)**
|
#### **[Severity Fields](/docs/reference/specification/logs/data-model#severity-fields)**
|
||||||
|
|
||||||
##### **[Log Record Fields](/docs/reference/specification/logs/data-model#log-and-event-record-definition)**
|
#### **[Log Record Fields](/docs/reference/specification/logs/data-model#log-and-event-record-definition)**
|
||||||
|
|
||||||
### Semantic Conventions
|
### Semantic Conventions
|
||||||
|
|
||||||
##### **[Resource Conventions](/docs/reference/specification/resource/semantic_conventions)**
|
#### **[Resource Conventions](/docs/reference/specification/resource/semantic_conventions)**
|
||||||
|
|
||||||
##### **[Span Conventions](/docs/reference/specification/trace/semantic_conventions)**
|
#### **[Span Conventions](/docs/reference/specification/trace/semantic_conventions)**
|
||||||
|
|
||||||
##### **[Metric Conventions](/docs/reference/specification/metrics/semantic_conventions)**
|
#### **[Metric Conventions](/docs/reference/specification/metrics/semantic_conventions)**
|
||||||
|
|
||||||
[baggage]: /docs/reference/specification/baggage/api/
|
[baggage]: /docs/reference/specification/baggage/api/
|
||||||
[attribute]: /docs/reference/specification/common/#attributes
|
[attribute]: /docs/reference/specification/common/#attributes
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ Sample Trace:
|
||||||
},
|
},
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"name": "Guten tag!",
|
"name": "Guten Tag!",
|
||||||
"timestamp": "2022-04-29T18:52:58.114561Z",
|
"timestamp": "2022-04-29T18:52:58.114561Z",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"event_attributes": 1
|
"event_attributes": 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue