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: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ opentelemetry-otlp = { version = "0.31.0", features = [
47
47
"http-proto",
48
48
"reqwest-blocking-client",
49
49
] }
50
-
opentelemetry-semantic-conventions = "0.31.0"
50
+
opentelemetry-semantic-conventions = { version = "0.31.0", features = ["semconv_experimental"] }
51
51
opentelemetry_sdk = "0.31.0"
52
52
pallas-addresses = "0.34.0"
53
53
pallas-codec = "0.34.0"# When updating, double check that minicbor doesn't need to be updated too (see https://github.com/txpipe/pallas/blob/v0.32.0/pallas-codec/Cargo.toml#L22)
Copy file name to clipboardExpand all lines: monitoring/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ Coming soon.
91
91
92
92
Amaru recognizes standard OpenTelemetry env variable for its configuration:
93
93
94
-
-`OTEL_SERVICE_NAME`: Sets the `service.name` key used to identify metrics and traces. This is useful when a single OTLP service stack collects telemetry from several Amaru instances
94
+
-`OTEL_SERVICE_NAME`: Sets the [service.name](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/#service-name) key used to identify metrics and traces. Defaults to `amaru`.
95
+
-`OTEL_SERVICE_INSTANCE_ID`: Sets the [service.instance.id](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/#service-instance-id) key used to identify this specific amaru instance
95
96
-`OTEL_EXPORTER_OTLP_ENDPOINT`: Sets the endpoint used to send spans, defaults to `http://localhost:4317`
96
97
-`OTEL_EXPORTER_OTLP_METRICS_ENDPOINT`: Sets the endpoint used to send metrics, defaults to `http://localhost:4318/v1/metrics`
0 commit comments