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: CHANGELOG.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
@@ -113,7 +113,7 @@ v1.12.0-rc.0
113
113
114
114
-`prometheus.exporter.postgres` dependency has been updated to v0.18.1. This includes new `stat_progress_vacuum` and `buffercache_summary` collectors, as well as other bugfixes and enhancements. (@cristiangreco)
Copy file name to clipboardExpand all lines: docs/sources/reference/components/beyla/beyla.ebpf.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -535,6 +535,8 @@ The `metrics` block configures which metrics Beyla collects.
535
535
|`allow_service_graph_self_references`|`bool`| Allow service graph metrics to reference the same service. |`false`| no |
536
536
|`features`|`list(string)`| List of features to enable for the metrics. |`["application"]`| no |
537
537
|`instrumentations`|`list(string)`| List of instrumentations to enable for the metrics. |`["*"]`| no |
538
+
|`extra_resource_labels`|`list(string)`| List of OTEL resource labels to include on `target_info`. |`[]`| no |
539
+
|`extra_span_resource_labels`|`list(string)`| List of OTEL resource labels to include on span metrics. |`["k8s.cluster.name", "k8s.namespace.name", "service.version", "deployment.environment"]`| no |
538
540
539
541
`features` is a list of features to enable for the metrics. The following features are available:
540
542
@@ -559,6 +561,20 @@ The `metrics` block configures which metrics Beyla collects.
559
561
*`redis` enables the collection of Redis client/server database metrics.
560
562
*`sql` enables the collection of SQL database client call metrics.
561
563
564
+
`extra_resource_labels` is a list of OTEL resource labels, supplied through the `OTEL_RESOURCE_ATTRIBUTES` environment variable
565
+
on the service, that you want to include on the `target_info` metric.
566
+
567
+
`extra_span_resource_labels` is a list of OTEL resource labels, supplied through the `OTEL_RESOURCE_ATTRIBUTES` environment variable
568
+
on the service, that you want to include on the span metrics. The default list includes:
569
+
570
+
*`k8s.cluster.name`
571
+
*`k8s.namespace.name`
572
+
*`service.version`
573
+
*`deployment.environment`
574
+
575
+
The default list of `extra_span_resource_labels` is set to match the defaults chosen by Application Observability plugin in
576
+
Grafana Cloud.
577
+
562
578
#### `network` metrics
563
579
564
580
The `network` block configures network metrics options for Beyla. You must append `network` to the `features` list in the `metrics` block to enable network metrics.
0 commit comments