Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ While most eBPF programs require elevated privileges, Beyla allow you to specify

Some Beyla functionality requires further permissions, for example using the network observability probes with Linux Traffic Control requires `CAP_NET_ADMIN`, but it's a feature you have to optionally enable.

For a comprehensive list of capabilities required by Beyla, refer to [Security, permissions and capabilities]({{< relref "./security" >}}).
For a comprehensive list of capabilities required by Beyla, refer to [Security, permissions and capabilities](security/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page 'security/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


## Get started

- Follow the [setup]({{< relref "./setup/_index.md" >}}) documentation to get started with Beyla either with Docker or Kubernetes.
- Follow the [setup](setup/) documentation to get started with Beyla either with Docker or Kubernetes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page 'setup/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


- Follow the [language quickstart guides]({{< relref "./quickstart" >}}) for quick instructions
- Follow the [language quickstart guides](quickstart/) for quick instructions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page 'quickstart/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

about how to set up Beyla to instrument applications written in a particular language.

## Learn more about Grafana Beyla
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/beyla-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The dashboard contains the following components:

- A list with the slowest HTTP routes for all instrumented services. Since you only
have a single service, only one entry appears. If you configure Beyla to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../configure/routes-decorator/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

[report the HTTP routes]({{< relref "./configure/routes-decorator.md" >}}),
[report the HTTP routes](../configure/routes-decorator/),
many entries could appear there, one for each HTTP path seen by the server.
- A list with the slowest GRPC methods. Since the test service in this tutorial only
serves HTTP, this table is empty.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/cardinality.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords:

# Beyla metrics cardinality

The cardinality of [Beyla metrics]({{< relref "./metrics.md" >}}) highly depends on the size and complexity
The cardinality of [Beyla metrics](../metrics/) highly depends on the size and complexity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../metrics/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

of the instrumented environment, so there is no way to provide a simple and accurate formula.

This document tries to provide an approximation of the metrics cardinality that might
Expand Down
6 changes: 3 additions & 3 deletions docs/sources/configure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ aliases:

# Configure Beyla

You can configure Beyla by setting [export modes]({{< relref "./export-modes.md" >}}), global properties, and component options.
You can configure Beyla by setting [export modes](export-modes/), global properties, and component options.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page 'export-modes/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


{{< section menuTitle="true" withDescriptions="true">}}

For information on the metrics Beyla exports, refer to the [exported metrics]({{< relref "../metrics.md" >}}) documentation.
For information on the metrics Beyla exports, refer to the [exported metrics](../metrics/) documentation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../metrics/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


Refer to the [routes decorator]({{< relref "./routes-decorator.md" >}}) documentation to configure the low cardinality routes decorator is very important for optimal results.
Refer to the [routes decorator](routes-decorator/) documentation to configure the low cardinality routes decorator is very important for optimal results.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page 'routes-decorator/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

8 changes: 4 additions & 4 deletions docs/sources/configure/export-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Beyla uses lowercase fields for YAML configuration and uppercase names for envir
| `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`, `network` and `network_inter_zone`. | list of strings | `["application"]` |
| `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` |
| `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 | `["*"]` |
| `buckets` | Sets how you can override bucket boundaries of diverse histograms, refer to [override histogram buckets]({{< relref "./metrics-histograms.md" >}}). | (n/a) | Object |
| `buckets` | Sets how you can override bucket boundaries of diverse histograms, refer to [override histogram buckets](../metrics-histograms/). | (n/a) | Object |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../metrics-histograms/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

| `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` |

### Metrics export protocol
Expand All @@ -49,7 +49,7 @@ If you don't set a protocol Beyla sets the protocol as follows:

### Metrics export features

The Beyla metrics exporter can export the following metrics data groups for processes matching entries in the [metrics discovery]({{< relref "./export-data.md" >}}) configuration.
The Beyla metrics exporter can export the following metrics data groups for processes matching entries in the [metrics discovery](./) configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page './' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


- `application`: Application-level metrics
- `application_span` Application-level trace span metrics
Expand Down Expand Up @@ -194,7 +194,7 @@ The purpose of this value is to avoid reporting indefinitely finished applicatio
| `buckets` | (n/a) | Object |

The `buckets` object allows overriding the bucket boundaries of diverse histograms. See
[Overriding histogram buckets]({{< relref "./metrics-histograms.md" >}}) section for more details.
[Overriding histogram buckets](../metrics-histograms/) section for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../metrics-histograms/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


| YAML | Environment variable | Type | Default |
| ---------- | --------------------------- | --------------- | ----------------- |
Expand All @@ -219,7 +219,7 @@ of Beyla: application-level metrics or network metrics.
run the instrumented application.
- If the list contains `network` or `network_inter_zone`, the Beyla Prometheus exporter exports network-level
metrics; but only if the Prometheus `port` property is defined. For network-level metrics options visit the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../network/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

[network metrics]({{< relref "../network" >}}) configuration documentation.
[network metrics](../../network/) configuration documentation.

| YAML | Environment variable | Type | Default |
| ------------------------------------- | ------------------------------------------------------ | ------- | ------- |
Expand Down
8 changes: 4 additions & 4 deletions docs/sources/configure/export-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ The OTLP endpoint authentication credentials are provided by using the following
- `OTEL_EXPORTER_OTLP_HEADERS`

To run in Direct mode by using the Prometheus scrape endpoint, please refer to the
[configuration documentation]({{< relref "./options.md" >}}).
[configuration documentation](../options/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../options/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


## Alloy mode

> ℹ️ This tutorial assumes that both Alloy and the auto-instrumentation tool are installed
> as local Linux OS executables. For further examples on downloading and running the
> auto-instrumentation tool as an OCI container, you can check the documentation sections on
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../setup/docker/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

> [running the Beyla as a Docker container]({{< relref "../setup/docker.md" >}})
> or [running Beyla in Kubernetes]({{< relref "../setup/kubernetes.md" >}}).
> [running the Beyla as a Docker container](../../setup/docker/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../setup/kubernetes/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

> or [running Beyla in Kubernetes](../../setup/kubernetes/).

First, locally install and configure [Grafana Alloy, according to the latest documentation](/docs/alloy/).
Alloy facilitates the ingestion of OpenTelemetry metrics and traces from the auto-instrumentation tool,
Expand Down Expand Up @@ -153,7 +153,7 @@ This tutorial assumes Beyla and Alloy are running on the same host, so there is

You can configure the auto-instrumentation tool both via environment variables or via
a configuration YAML file, which is what we will use in this example.
Please refer to the complete [Configuration documentation]({{< relref "./options.md" >}}) for
Please refer to the complete [Configuration documentation](../options/) for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../options/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

more detailed description of each configuration option.

You can download the whole [example configuration file](https://github.com/grafana/beyla/blob/main/docs/sources/configure/resources/instrumenter-config.yml),
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/configure/filter-metrics-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ filter:
```

For a list of metrics under the application and network family, as well as their
attributes, check the [Beyla exported metrics]({{< relref "../metrics.md" >}}) document.
attributes, check the [Beyla exported metrics](../../metrics/) document.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../metrics/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


Each `application` and `network` filter section is a map where each key is an attribute
name (either in Prometheus or OpenTelemetry format), with either the `match` or the `not_match` property. Both properties accept a
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/configure/internal-metrics-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Specifies the internal metrics exporter. Accepted values are `disabled`, `promet
Specifies the HTTP port for the Prometheus scrape endpoint. If unset or 0,
no Prometheus endpoint is open and no metrics are accounted.

Its value can be the same as [`prometheus_export.port`]({{< relref "./export-data.md#prometheus-http-endpoint" >}}) (both metric families
Its value can be the same as [`prometheus_export.port`](../export-data/#prometheus-http-endpoint) (both metric families
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../export-data/#prometheus-http-endpoint' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

share the same HTTP server, though they can be accessed in different paths),
or a different value (two different HTTP servers for the different metric families).

Expand All @@ -51,7 +51,7 @@ or a different value (two different HTTP servers for the different metric famili
| `path` | `BEYLA_INTERNAL_METRICS_PROMETHEUS_PATH` | string | `/internal/metrics` |

Specifies the HTTP query path to fetch the list of Prometheus metrics.
If [`prometheus_export.port`]({{< relref "./export-data.md#prometheus-http-endpoint" >}}) and `internal_metrics.prometheus.port` have the
If [`prometheus_export.port`](../export-data/#prometheus-http-endpoint) and `internal_metrics.prometheus.port` have the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../export-data/#prometheus-http-endpoint' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

same values, this `internal_metrics.prometheus.path` value can be
different from `prometheus_export.path`, to keep both metric families separated,
or the same (both metric families are listed in the same scrape endpoint).
2 changes: 1 addition & 1 deletion docs/sources/configure/metrics-histograms.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ For Prometheus, [native histograms](https://prometheus.io/docs/concepts/metric_t
For OpenTelemetry you can use [exponential histograms](https://opentelemetry.io/docs/specs/otel/metrics/data-model/#exponentialhistogram)
for the predefined histograms instead of defining the buckets manually. You need to set up the standard
[OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION](https://opentelemetry.io/docs/specs/otel/metrics/sdk_exporters/otlp/#additional-configuration)
environment variable. See the `histogram_aggregation` section in the [OTEL metrics exporter]({{< relref "./export-data.md" >}}) section
environment variable. See the `histogram_aggregation` section in the [OTEL metrics exporter](../export-data/) section
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../export-data/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

for more information.
10 changes: 5 additions & 5 deletions docs/sources/configure/metrics-traces-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
are decorated. Under the `attributes` top YAML sections, you can enable
other subsections configure how some attributes are set.

The [Beyla exported metrics]({{< relref "../metrics.md" >}}) document lists the attributes
The [Beyla exported metrics](../../metrics/) document lists the attributes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../metrics/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

that can be reported with each metric. Some of the attributes are reported by default while
others are hidden to control the cardinality.

Expand All @@ -24,7 +24,7 @@

* `include` is a list of attributes that need to be reported. Each attribute can be an attribute
name or a wildcard (for example, `k8s.dst.*` to include all the attributes starting with `k8s.dst`).
If no `include` list is provided, the default attribute set is reported (check [Beyla exported metrics]({{< relref "../metrics.md" >}})
If no `include` list is provided, the default attribute set is reported (check [Beyla exported metrics](../../metrics/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../metrics/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

for more information about the default attributes for a given metric).
* `exclude` is a list to of attribute names/wildcards containing the attributes to remove from the
`include` list (or the default attribute set).
Expand Down Expand Up @@ -83,7 +83,7 @@
support works for any programming language and it's implemented by using Linux Traffic Control
(TC). Because Linux Traffic Control is sometimes used by other eBPF programs, this option
requires that the other eBPF programs chain correctly with Beyla. For more information on
this topic, see our documentation related to [Cilium CNI]({{< relref "../cilium-compatibility.md" >}}).
this topic, see our documentation related to [Cilium CNI](../../cilium-compatibility/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../cilium-compatibility/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".

This context propagation support is fully compatible with any OpenTelemetry
distributed tracing library.

Expand All @@ -99,7 +99,7 @@
gRPC and HTTP2 are not supported at the moment.

For an example of how to configure distributed traces in Kubernetes, see our
[Distributed traces with Beyla]({{< relref "../distributed-traces.md" >}}) guide.
[Distributed traces with Beyla](../../distributed-traces/) guide.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [doc-validator] reported by reviewdog 🐶
The link to the project page '../../distributed-traces/' is invalid.
Links to project pages must use a Hugo relref shortcode like {{< relref "./path/to/page" >}}.

Links to project assets must be made from a bundle (index.md or _index.md file).
The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md".


| YAML | Environment variable | Type | Default |
| ----------------------- | --------------------------------- | ------- | ------- |
Expand Down Expand Up @@ -187,11 +187,11 @@
attributes:
kubernetes:
enable: true
```

Check failure on line 190 in docs/sources/configure/metrics-traces-attributes.md

View workflow job for this annotation

GitHub Actions / doc-validator

[doc-validator] reported by reviewdog 🐶 The link to the project page '../../setup/kubernetes/' is invalid. Links to project pages must use a Hugo relref shortcode like `{{< relref "./path/to/page" >}}`. Links to project assets must be made from a bundle (index.md or _index.md file). The asset must be contained within the bundle directory, it must have an extension, and must not have the extension ".md". Raw Output: {"message":"The link to the project page '../../setup/kubernetes/' is invalid.\nLinks to project pages must use a Hugo relref shortcode like `{{< relref \"./path/to/page\" >}}`.\n\nLinks to project assets must be made from a bundle (index.md or _index.md file).\nThe asset must be contained within the bundle directory, it must have an extension, and must not have the extension \".md\".","location":{"path":"docs/sources/configure/metrics-traces-attributes.md","range":{"start":{"line":190,"column":4},"end":{"line":190,"column":144}}},"severity":1,"source":{"name":"doc-validator"},"code":{"value":"project-link-invalid"}}

It is IMPORTANT to consider that enabling this feature requires a previous step of
providing some extra permissions to the Beyla Pod. Consult the
["Configuring Kubernetes metadata decoration section" in the "Running Beyla in Kubernetes"]({{< relref "../setup/kubernetes.md" >}}) page.
["Configuring Kubernetes metadata decoration section" in the "Running Beyla in Kubernetes"](../../setup/kubernetes/) page.

| YAML | Environment variable | Type | Default |
| -------- | ---------------------------- | ------- | ------- |
Expand Down
Loading
Loading