Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6f70b53

Browse files
authored
Merge branch 'main' into patch-8
2 parents 2d7185d + d016189 commit 6f70b53

File tree

60 files changed

+826
-890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+826
-890
lines changed
52.6 KB
Loading
124 KB
Loading
242 KB
Loading
63.4 KB
Loading

_images/logs/CreateUser.png

14.8 KB
Loading
-404 Bytes
Loading

_includes/gdi/available-aws.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,22 @@ You can also collect data from any custom service you've created in AWS, or from
373373
* - AWS/SageMaker
374374
- Amazon SageMaker
375375
- :strong:`X`
376-
-
376+
- :strong:`X`
377377

378378
* - AWS/sagemaker/Endpoints
379379
- Amazon SageMaker Endpoints
380380
- :strong:`X`
381-
-
381+
- :strong:`X`
382+
383+
* - AWS/sagemaker/InferenceComponents
384+
- Amazon SageMaker Inference Components
385+
- :strong:`X`
386+
- :strong:`X`
387+
388+
* - AWS/sagemaker/InferenceRecommendationsJobs
389+
- Amazon SageMaker Inference Recommendations Jobs
390+
- :strong:`X`
391+
- :strong:`X`
382392

383393
* - AWS/sagemaker/TrainingJobs
384394
- Amazon SageMaker Training Jobs
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
The Collector supports the following Linux distributions and versions:
22

3-
* Amazon Linux: 2, 2023. Log collection with Fluentd is not currently supported for Amazon Linux 2023.
3+
* Amazon Linux: 2, 2023.
44
* CentOS: 7, 8, 9
55
* Red Hat: 7, 8, 9
66
* Oracle: 8, 9
77
* Debian: 11, 12
8-
* SUSE: 12, 15 for version 0.34.0 or higher. Log collection with Fluentd is not currently supported.
8+
* SUSE: 12, 15 for version 0.34.0 or higher.
99
* Ubuntu: 16.04, 18.04, 20.04, 22.04, and 24.04
1010
* Rocky Linux: 8, 9

admin/authentication/allow-services.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ If you're unable to allow all URLs as described in :ref:`allow-urls`, ensure tha
216216
# RUM ingest endpoint
217217
rum-ingest.<YOUR_REALM>.signalfx.com/v1/rum
218218
219-
# For td-agent/Fluentd on Linux and Windows
220-
packages.treasuredata.com
221-
222219
# For DEB/RPM collector packages
223220
splunk.jfrog.io
224221
jfrog-prod-use1-shared-virginia-main.s3.amazonaws.com

admin/references/system-limits/sys-limits-infra-details.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ Maximum SignalFlow programs per minute
244244
Maximum number of query arguments in a filter() function
245245
================================================================================
246246

247-
* :strong:`Default limit value`: 256
248-
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter
249-
* :strong:`Customer impact`: Maximum number of derived MTS per SignalFlow program, where derived MTS are temporary MTS that a SignalFlow function or method has to maintain in memory. For example, if there are 20,000 MTS for the metric ``jvm.load``, and each MTS comes from a unique host , then ``"data('jvm.load').sum(by=['host']).publish()"`` tracks 40,000 derived MTS. The ``data()`` function uses 20,000, and the ``sum()`` uses another 20,000. The number of input MTS is still 20,000.
247+
* :strong:`Default limit value`: 1024
248+
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter. This limit includes global filters in dashboards as well as any internal filters.
249+
* :strong:`Customer impact`: SignalFlow programs that are violating the limit can't start. You immediately get an error message.
250250

251251
.. _maximum-number-of-detectors-per-org:
252252

0 commit comments

Comments
 (0)