You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cicd/cicd-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ When reporting host, container, runtime, and other metrics in CI/CD pipelines, i
52
52
53
53
The [`cicd.pipeline.run`](/docs/resource/cicd.md#cicd-pipeline-run) entity identifies a pipeline run. Associating it with metrics inherently causes high cardinality and may increase costs with some metric storage backends. Thus, `cicd.pipeline.run` entity MUST be opt-in.
54
54
55
-
[cicdres]: /docs/resource/cicd.md(CICD and VCS resource conventions)
55
+
[cicdres]: /docs/resource/cicd.md"CICD and VCS resource conventions"
Copy file name to clipboardExpand all lines: docs/database/database-spans.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,12 +366,12 @@ instrumentation hooks or other sources.
366
366
Otherwise:
367
367
368
368
- When instrumenting higher-level APIs that build queries internally - for example,
369
-
those that create a table or execute a stored procedure - instrumentations SHOULD
370
-
generate a `db.query.summary` from available operation(s) and target(s) using the
371
-
format described in this section.
369
+
those that create a table or execute a stored procedure - instrumentations SHOULD
370
+
generate a `db.query.summary` from available operation(s) and target(s) using the
371
+
format described in this section.
372
372
373
373
- When instrumenting APIs that operate at the query level, instrumentations that
374
-
support query parsing SHOULD generate a query summary based on the `db.query.text`.
374
+
support query parsing SHOULD generate a query summary based on the `db.query.text`.
375
375
376
376
The summary SHOULD preserve the following parts of query in the order they were provided:
377
377
@@ -504,7 +504,6 @@ The instrumentation SHOULD allow users to pass a propagator to overwrite the glo
504
504
```
505
505
506
506
Note that adding high cardinality comments, like`traceparent`and`tracestate`, to queries can impact the performance for some database systems, such as:
507
-
508
507
- Prepared statements in MySQL. See [this related issue](https://github.com/google/sqlcommenter/issues/284) for more details.
509
508
- Oracle and SQL Server for both prepared and non-prepared statements.
@@ -140,7 +140,7 @@ Example valid configuration when OpenTelemetry is reporting traces to another sy
140
140
141
141
API Gateway allows a user to trigger a Lambda function in response to HTTP requests. It can be configured to be
142
142
a pure proxy, where the information about the original HTTP request is passed to the Lambda function, or as a
143
-
configuration for a REST API, in which case only a deserialized body payload is available. In the case the API
143
+
configuration for a REST API, in which case only a deserialized body payload is available. In the case the API
144
144
gateway is configured to proxy to the Lambda function, the instrumented request handler will have access to all
145
145
the information about the HTTP request in the form of an API Gateway Proxy Request Event.
146
146
@@ -185,7 +185,7 @@ See [compatibility](../non-normative/compatibility/aws.md#context-propagation) f
185
185
186
186
### SQS message
187
187
188
-
For the SQS message span, the name MUST be `<event source> process`. The parent MUST be the `CONSUMER` span
188
+
For the SQS message span, the name MUST be `<event source> process`. The parent MUST be the `CONSUMER` span
189
189
corresponding to the SQS event. The [message system attributes][] (not message attributes, which are provided by
190
190
the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an OpenTelemetry `Context` SHOULD be
191
191
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.49.0/specification/context/api-propagators.md) and
@@ -312,5 +312,4 @@ Note that [`cloud.resource_id`][cloud] currently cannot be populated as a resour
312
312
because it is not available until function invocation.
0 commit comments