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
@@ -590,7 +590,7 @@ If the `feedback` is not empty use the name of your current log subscriber in th
590
590
591
591
It is possible to have multiple log subscribers running simultaneously, if several log subscribers were created then each of them will be writing the same log lines.
592
592
593
-
### Request to Create New Log Subscriber in Json Format
593
+
### Request to Create New Log Subscriber in JSON Format
594
594
595
595
```json
596
596
{
@@ -607,7 +607,7 @@ It is possible to have multiple log subscribers running simultaneously, if sever
607
607
}
608
608
```
609
609
610
-
### Example Response
610
+
####Example Response
611
611
612
612
```json
613
613
{
@@ -616,7 +616,7 @@ It is possible to have multiple log subscribers running simultaneously, if sever
616
616
}
617
617
```
618
618
619
-
This will write logs to standard output in Json format. If you need to add extra static fields to tag logs then you can add them into `tags`, in this example `ddtags` and `service` are added.
619
+
This will write logs to standard output in JSON format. If you need to add extra static fields to tag logs then you can add them into `tags`, in this example `ddtags` and `service` are added.
620
620
This configuration will produce logs similar to these:
621
621
622
622
```json
@@ -637,7 +637,7 @@ This configuration will produce logs similar to these:
637
637
}
638
638
```
639
639
640
-
### Example Response
640
+
####Example Response
641
641
642
642
```json
643
643
{
@@ -650,7 +650,7 @@ This will write logs to standard output in simple text format.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/tracing-in-runtime.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ You can test the tracing using [Jaeger](https://www.jaegertracing.io/) or [Grafa
54
54
55
55
For Jaeger, you can use the all-in-one binary or Docker image. Jaeger will listen to endpoint `http://localhost:4318/v1/traces` by default.
56
56
57
-
For Grafana, you can use the all-in-one Docker image `grafana/otel-lgtm`. After starting it with below command it will listen to the endpoint `http://localhost:4318/v1/traces`.
57
+
For Grafana, you can use the all-in-one Docker image `grafana/otel-lgtm`. After starting it with the following command, it will listen to the endpoint `http://localhost:4318/v1/traces`.
@@ -69,7 +69,7 @@ The following settings are supported by the Mendix runtime. See [Configure the S
69
69
You can configure the Java Agent through system properties which can be added to the **Extra JVM parameters** field (for example, `-Dotel.exporter.otlp.traces.endpoint`), or set through environment variables.
70
70
71
71
| Name | Description | Default |
72
-
|------|-------------|---------|
72
+
|----|-----------|-------|
73
73
|`otel.service.name`| The name of the service. |`runtimelauncher`|
74
74
|`otel.resource.attributes`| Extra resource attributes to include in every span. Example: `attribute1=value1,attribute2=value2`||
75
75
|`otel.traces.exporter`| Comma-separated list of span exporters. Supported values are: `otlp`, `console`, `logging-otlp`, and `none`. |`otlp`|
@@ -148,7 +148,7 @@ To use the OpenTelemetry Collector with Datadog, follow these steps:
148
148
149
149
## Include Metrics and Logs in OpenTelemetry
150
150
151
-
You can also collect metrics data (CPU load, memory, etc.) and logs with OpenTelemetry.
151
+
You can also collect metrics data (CPU load, memory, etc.) and logs using OpenTelemetry.
152
152
153
-
*Please see [Metrics](/refguide/metrics/#opentelemetry) for a guide on how to setup Metrics with OpenTelemetry.
154
-
*Please see [Monitoring Mendix Runtime](/refguide/monitoring-mendix-runtime/#request-to-create-new-log-subscriber-in-open-telemetry-format) for a guide on how to setup Logs with OpenTelemetry.
153
+
*See the [OpenTelemetry](/refguide/metrics/#opentelemetry) section of *Metrics* for a guide on how to setup Metrics with OpenTelemetry.
154
+
*See [Request to Create New Log Subscriber in Open Telemetry Format](/refguide/monitoring-mendix-runtime/#new-log-sub-opentelemetry) in *Monitoring Mendix Runtime* for a guide on how to setup Logs with OpenTelemetry.
0 commit comments