Skip to content

Commit 43e954b

Browse files
authored
Merge branch 'master' into alert-limitation
2 parents 9f405f8 + b4ade0a commit 43e954b

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

docs/configuration/holmesgpt/toolsets/aws.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,7 @@ Configuration
7474

7575
.. md-tab-item:: Robusta Helm Chart
7676

77-
.. code-block:: yaml
78-
79-
holmes:
80-
additionalEnvVars:
81-
- name: AWS_ACCESS_KEY_ID
82-
value: AKIXDDDSDSdSA
83-
- name: AWS_SECRET_ACCESS_KEY
84-
value: =wJalrXUtnFEMI/KNG/bPxRfiCYEXAMPLEKEY
85-
- name: AWS_DEFAULT_REGION
86-
value: us-west-2
87-
toolsets:
88-
aws/rds:
89-
enabled: true
90-
91-
.. include:: ./_toolset_configuration.inc.rst
77+
This builtin toolset is currently only available in HolmesGPT CLI.
9278

9379
.. md-tab-item:: Holmes CLI
9480

src/robusta/runner/telemetry_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def __init__(self, endpoint: str, periodic_time_sec: float, registry: Registry):
3434
try:
3535
sentry_sdk.init(
3636
SENTRY_DSN,
37-
enable_tracing=True,
38-
traces_sample_rate=0.01,
39-
profiles_sample_rate=0.01,
37+
enable_tracing=False,
38+
traces_sample_rate=0,
39+
profiles_sample_rate=0,
4040
release=RUNNER_VERSION,
4141
integrations=[
4242
ThreadingIntegration(propagate_scope=True),

0 commit comments

Comments
 (0)