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
For information on the metrics Beyla exports, refer to the [exported metrics]({{< relref "../metrics.md" >}}) documentation.
19
+
For information on the metrics Beyla exports, refer to the [exported metrics](../metrics/) documentation.
20
20
21
-
Refer to the [routes decorator]({{< relref "./routes-decorator.md" >}}) documentation to configure the low cardinality routes decorator is very important for optimal results.
21
+
Refer to the [routes decorator](routes-decorator/) documentation to configure the low cardinality routes decorator is very important for optimal results.
Copy file name to clipboardExpand all lines: docs/sources/configure/export-data.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Beyla uses lowercase fields for YAML configuration and uppercase names for envir
37
37
|`features`<br>`BEYLA_OTEL_METRICS_FEATURES`| The list of metric groups Beyla exports data for, refer to [metrics export features](#metrics-export-features). Accepted values `application`, `application_span`, `application_service_graph`, `application_process`, and `network`. | list of strings |`["application"]`|
38
38
|`allow_service_graph_self_references`<br>`BEYLA_OTEL_ALLOW_SERVICE_GRAPH_SELF_REFERENCES`| Does Beyla include self-referencing service in service graph generation, for example a service that calls itself. Self referencing isn't useful service graphs and increases data cardinality. | boolean |`false`|
39
39
|`instrumentations`<br>`BEYLA_OTEL_METRICS_INSTRUMENTATIONS`| The list of metrics instrumentation Beyla collects data for, refer to [metrics instrumentation](#metrics-instrumentation) section. | list of strings |`["*"]`|
40
-
|`buckets`| Sets how you can override bucket boundaries of diverse histograms, refer to [override histogram buckets]({{< relref "./metrics-histograms.md" >}}). | (n/a) | Object |
40
+
|`buckets`| Sets how you can override bucket boundaries of diverse histograms, refer to [override histogram buckets](../metrics-histograms/). | (n/a) | Object |
41
41
|`histogram_aggregation`<br>`OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION`| Sets the default aggregation Beyla uses for histogram instruments. Accepted values [`explicit_bucket_histogram`](https://opentelemetry.io/docs/specs/otel/metrics/sdk/#explicit-bucket-histogram-aggregation) or [`base2_exponential_bucket_histogram`](https://opentelemetry.io/docs/specs/otel/metrics/sdk/#base2-exponential-bucket-histogram-aggregation). |`string`|`explicit_bucket_histogram`|
42
42
43
43
### Metrics export protocol
@@ -49,7 +49,7 @@ If you don't set a protocol Beyla sets the protocol as follows:
49
49
50
50
### Metrics export features
51
51
52
-
The Beyla metrics exporter can export the following metrics data groups for processes matching entries in the [metrics discovery]({{< relref "./export-data.md" >}}) configuration.
52
+
The Beyla metrics exporter can export the following metrics data groups for processes matching entries in the [metrics discovery](./) configuration.
> ℹ️ This tutorial assumes that both Alloy and the auto-instrumentation tool are installed
44
44
> as local Linux OS executables. For further examples on downloading and running the
45
45
> auto-instrumentation tool as an OCI container, you can check the documentation sections on
46
-
> [running the Beyla as a Docker container]({{< relref "../setup/docker.md" >}})
47
-
> or [running Beyla in Kubernetes]({{< relref "../setup/kubernetes.md" >}}).
46
+
> [running the Beyla as a Docker container](../../setup/docker/)
47
+
> or [running Beyla in Kubernetes](../../setup/kubernetes/).
48
48
49
49
First, locally install and configure [Grafana Alloy, according to the latest documentation](/docs/alloy/).
50
50
Alloy facilitates the ingestion of OpenTelemetry metrics and traces from the auto-instrumentation tool,
@@ -153,7 +153,7 @@ This tutorial assumes Beyla and Alloy are running on the same host, so there is
153
153
154
154
You can configure the auto-instrumentation tool both via environment variables or via
155
155
a configuration YAML file, which is what we will use in this example.
156
-
Please refer to the complete [Configuration documentation]({{< relref "./options.md" >}}) for
156
+
Please refer to the complete [Configuration documentation](../options/) for
157
157
more detailed description of each configuration option.
158
158
159
159
You can download the whole [example configuration file](https://github.com/grafana/beyla/blob/main/docs/sources/configure/resources/instrumenter-config.yml),
0 commit comments