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
|`sap.cloud-logging.cf.binding.label.value`|`cloud-logging`| The label of the managed service binding to bind to. |
134
-
|`sap.cloud-logging.cf.binding.tag.value`|`Cloud Logging`| The tag of any service binding (managed or user-provided) to bind to. |
135
-
|`sap.dynatrace.cf.binding.label.value`|`dynatrace`| The label of the managed service binding to bind to. |
136
-
|`sap.dynatrace.cf.binding.tag.value`|`dynatrace`| The tag of any service binding (managed or user-provided) to bind to. |
137
-
|`sap.dynatrace.cf.binding.metrics.token.name`|| The name of the field containing the Dynatrace API token within the service binding credentials. This is required to send metrics to Dynatrace. |
138
-
|`sap.cloudfoundry.otel.resources.enabled`|`true`| Whether to add CF resource attributes to all events. |
139
-
|`sap.cloudfoundry.otel.resources.format`|`SAP`| The semantic convention to follow for the CF resource attributes. |
|`sap.cloud-logging.cf.binding.label.value`|`cloud-logging`| The label of the managed service binding to bind to. |
134
+
|`sap.cloud-logging.cf.binding.tag.value`|`Cloud Logging`| The tag of any service binding (managed or user-provided) to bind to. |
135
+
|`sap.dynatrace.cf.binding.label.value`|`dynatrace`| The label of the managed service binding to bind to. |
136
+
|`sap.dynatrace.cf.binding.tag.value`|`dynatrace`| The tag of any service binding (managed or user-provided) to bind to. |
137
+
|`sap.dynatrace.cf.binding.token.name`|| The name of the field containing the Dynatrace API token within the service binding credentials. This is required to send metrics to Dynatrace. |
138
+
|`sap.cloudfoundry.otel.resources.enabled`|`true`| Whether to add CF resource attributes to all events. |
139
+
|`sap.cloudfoundry.otel.resources.format`|`SAP`| The semantic convention to follow for the CF resource attributes. Supported values are `SAP` and `OTEL`.|
140
140
141
141
> Each property can also be provided as environment variable, e.g., `sap.cloud-logging.cf.binding.label.value` as
142
142
`SAP.CLOUD-LOGGING.CF.BINDING.LABEL.VALUE`.
@@ -222,7 +222,7 @@ The following table summarizes all configuration properties provided by the exte
222
222
|`sap.cloud-logging.cf.binding.tag.value`| The tag value used to identify managed Cloud Logging service bindings. |`Cloud Logging`|
223
223
|`sap.dynatrace.cf.binding.label.value`| The label value used to identify managed Dynatrace service bindings. |`dynatrace`|
224
224
|`sap.dynatrace.cf.binding.tag.value`| The tag value used to identify managed Dynatrace service bindings. |`dynatrace`|
225
-
|`sap.dynatrace.cf.binding.metrics.token.name`| The name of the field containing the Dynatrace API token within the service binding credentials. ||
225
+
|`sap.dynatrace.cf.binding.token.name`| The name of the field containing the Dynatrace API token within the service binding credentials. ||
226
226
227
227
## Using User-Provided Service Instances
228
228
@@ -284,12 +284,12 @@ Do not forget to configure the name chosen for `<your_token_field>` via the resp
Copy file name to clipboardExpand all lines: cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/config/ExtensionConfigurations.java
Copy file name to clipboardExpand all lines: cf-java-logging-support-opentelemetry-agent-extension/src/test/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/config/ExtensionConfigurationsTest.java
0 commit comments