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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -725,14 +725,16 @@ EOF
725
725
726
726
### Configure resource attributes with annotations
727
727
728
-
This example shows a pod configuration with OpenTelemetry annotations using the `resource.opentelemetry.io/` prefix. These annotations can be used to add resource attributes to data produced by OpenTelemetry instrumentation.
728
+
This example shows a pod configuration with OpenTelemetry annotations using the `resource.opentelemetry.io/` prefix.
729
+
These annotations can be used to add resource attributes to data produced by OpenTelemetry instrumentation.
729
730
730
731
```yaml
731
732
apiVersion: v1
732
733
kind: Pod
733
734
metadata:
734
735
name: example-pod
735
736
annotations:
737
+
# this is just an example, you can create any resource attributes you need
0 commit comments