Skip to content

Commit

Permalink
document new option
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed Dec 12, 2024
1 parent 16702f3 commit 4ec70e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: test
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
matrix:
go: [ '1.23' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_k8s_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: test
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
matrix:
go: [ '1.23' ]
Expand Down
11 changes: 11 additions & 0 deletions docs/sources/configure/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,17 @@ reduces the load of the Kubernetes API.
The Pods informer can't be disabled. For that purpose, you should disable the whole
Kubernetes metadata decoration.

| YAML | Environment variable | Type | Default |
|----------------------------|---------------------------------------|---------|---------|
| `meta_restrict_local_node` | `BEYLA_KUBE_META_RESTRICT_LOCAL_NODE` | boolean | false |

If true, Beyla stores Pod and Node metadata only from the node where the Beyla instance is running.

This option decreases the memory used to store the metadata, but some metrics
(such as network bytes or service graph metrics) would miss the metadata from destination
pods that are located in a different node.


| YAML | Environment variable | Type | Default |
|--------------------------|-------------------------------------|----------|---------|
| `informers_sync_timeout` | `BEYLA_KUBE_INFORMERS_SYNC_TIMEOUT` | Duration | 30s |
Expand Down

0 comments on commit 4ec70e8

Please sign in to comment.