pycarlo 0.10.171__tar.gz → 0.10.173__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- {pycarlo-0.10.171 → pycarlo-0.10.173}/PKG-INFO +1 -1
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/lib/schema.json +48 -32
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/lib/schema.py +11 -1
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.circleci/README.md +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.circleci/config.yml +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.coveragerc +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.gitignore +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/LICENSE +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/Makefile +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/README.md +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/pyproject.toml +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/requirements-ci.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/requirements-dev.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/requirements.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/setup.cfg +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/setup.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/data.json +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/test_client.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/test_operations.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/tests/test_session.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/utils/env.sh +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/utils/generate.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/utils/sample.env +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/utils/sanity.py +0 -0
- {pycarlo-0.10.171 → pycarlo-0.10.173}/utils/vars.py +0 -0
|
@@ -10109,6 +10109,16 @@
|
|
|
10109
10109
|
"name": "Boolean",
|
|
10110
10110
|
"ofType": null
|
|
10111
10111
|
}
|
|
10112
|
+
},
|
|
10113
|
+
{
|
|
10114
|
+
"defaultValue": null,
|
|
10115
|
+
"description": "Sampling configuration to only read a subset of the data",
|
|
10116
|
+
"name": "rowSamplingConfig",
|
|
10117
|
+
"type": {
|
|
10118
|
+
"kind": "INPUT_OBJECT",
|
|
10119
|
+
"name": "MonitorSamplingConfigInput",
|
|
10120
|
+
"ofType": null
|
|
10121
|
+
}
|
|
10112
10122
|
}
|
|
10113
10123
|
],
|
|
10114
10124
|
"deprecationReason": null,
|
|
@@ -111978,6 +111988,37 @@
|
|
|
111978
111988
|
"name": "SamplingEnabledMetricTypes",
|
|
111979
111989
|
"possibleTypes": null
|
|
111980
111990
|
},
|
|
111991
|
+
{
|
|
111992
|
+
"description": null,
|
|
111993
|
+
"enumValues": null,
|
|
111994
|
+
"fields": null,
|
|
111995
|
+
"inputFields": [
|
|
111996
|
+
{
|
|
111997
|
+
"defaultValue": null,
|
|
111998
|
+
"description": null,
|
|
111999
|
+
"name": "percentage",
|
|
112000
|
+
"type": {
|
|
112001
|
+
"kind": "SCALAR",
|
|
112002
|
+
"name": "Float",
|
|
112003
|
+
"ofType": null
|
|
112004
|
+
}
|
|
112005
|
+
},
|
|
112006
|
+
{
|
|
112007
|
+
"defaultValue": null,
|
|
112008
|
+
"description": null,
|
|
112009
|
+
"name": "count",
|
|
112010
|
+
"type": {
|
|
112011
|
+
"kind": "SCALAR",
|
|
112012
|
+
"name": "Int",
|
|
112013
|
+
"ofType": null
|
|
112014
|
+
}
|
|
112015
|
+
}
|
|
112016
|
+
],
|
|
112017
|
+
"interfaces": null,
|
|
112018
|
+
"kind": "INPUT_OBJECT",
|
|
112019
|
+
"name": "MonitorSamplingConfigInput",
|
|
112020
|
+
"possibleTypes": null
|
|
112021
|
+
},
|
|
111981
112022
|
{
|
|
111982
112023
|
"description": null,
|
|
111983
112024
|
"enumValues": null,
|
|
@@ -119323,6 +119364,12 @@
|
|
|
119323
119364
|
{
|
|
119324
119365
|
"description": null,
|
|
119325
119366
|
"enumValues": [
|
|
119367
|
+
{
|
|
119368
|
+
"deprecationReason": null,
|
|
119369
|
+
"description": "no_agent",
|
|
119370
|
+
"isDeprecated": false,
|
|
119371
|
+
"name": "NO_AGENT"
|
|
119372
|
+
},
|
|
119326
119373
|
{
|
|
119327
119374
|
"deprecationReason": null,
|
|
119328
119375
|
"description": "no_collector",
|
|
@@ -126298,7 +126345,7 @@
|
|
|
126298
126345
|
{
|
|
126299
126346
|
"args": [],
|
|
126300
126347
|
"deprecationReason": null,
|
|
126301
|
-
"description": "
|
|
126348
|
+
"description": "Hash used to group events related to the same query",
|
|
126302
126349
|
"isDeprecated": false,
|
|
126303
126350
|
"name": "queryGroupHash",
|
|
126304
126351
|
"type": {
|
|
@@ -186913,37 +186960,6 @@
|
|
|
186913
186960
|
"name": "CreateOrUpdateAgentMonitor",
|
|
186914
186961
|
"possibleTypes": null
|
|
186915
186962
|
},
|
|
186916
|
-
{
|
|
186917
|
-
"description": null,
|
|
186918
|
-
"enumValues": null,
|
|
186919
|
-
"fields": null,
|
|
186920
|
-
"inputFields": [
|
|
186921
|
-
{
|
|
186922
|
-
"defaultValue": null,
|
|
186923
|
-
"description": null,
|
|
186924
|
-
"name": "percentage",
|
|
186925
|
-
"type": {
|
|
186926
|
-
"kind": "SCALAR",
|
|
186927
|
-
"name": "Float",
|
|
186928
|
-
"ofType": null
|
|
186929
|
-
}
|
|
186930
|
-
},
|
|
186931
|
-
{
|
|
186932
|
-
"defaultValue": null,
|
|
186933
|
-
"description": null,
|
|
186934
|
-
"name": "count",
|
|
186935
|
-
"type": {
|
|
186936
|
-
"kind": "SCALAR",
|
|
186937
|
-
"name": "Int",
|
|
186938
|
-
"ofType": null
|
|
186939
|
-
}
|
|
186940
|
-
}
|
|
186941
|
-
],
|
|
186942
|
-
"interfaces": null,
|
|
186943
|
-
"kind": "INPUT_OBJECT",
|
|
186944
|
-
"name": "MonitorSamplingConfigInput",
|
|
186945
|
-
"possibleTypes": null
|
|
186946
|
-
},
|
|
186947
186963
|
{
|
|
186948
186964
|
"description": null,
|
|
186949
186965
|
"enumValues": null,
|
|
@@ -1428,6 +1428,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1428
1428
|
* `CONNECTION_DELETED`: connection_deleted
|
|
1429
1429
|
* `DEPRECATED_JOB_TYPE`: deprecated_job_type
|
|
1430
1430
|
* `MONITOR_DELETED`: monitor_deleted
|
|
1431
|
+
* `NO_AGENT`: no_agent
|
|
1431
1432
|
* `NO_COLLECTOR`: no_collector
|
|
1432
1433
|
* `RULE_DELETED`: rule_deleted
|
|
1433
1434
|
* `SIZE_COLLECTION_DISABLED`: size_collection_disabled
|
|
@@ -1438,6 +1439,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1438
1439
|
"CONNECTION_DELETED",
|
|
1439
1440
|
"DEPRECATED_JOB_TYPE",
|
|
1440
1441
|
"MONITOR_DELETED",
|
|
1442
|
+
"NO_AGENT",
|
|
1441
1443
|
"NO_COLLECTOR",
|
|
1442
1444
|
"RULE_DELETED",
|
|
1443
1445
|
"SIZE_COLLECTION_DISABLED",
|
|
@@ -20247,7 +20249,7 @@ class EventGroupKey(sgqlc.types.Type):
|
|
|
20247
20249
|
"""The metric type of the grouped events"""
|
|
20248
20250
|
|
|
20249
20251
|
query_group_hash = sgqlc.types.Field(String, graphql_name="queryGroupHash")
|
|
20250
|
-
"""
|
|
20252
|
+
"""Hash used to group events related to the same query"""
|
|
20251
20253
|
|
|
20252
20254
|
job_mcon = sgqlc.types.Field(String, graphql_name="jobMcon")
|
|
20253
20255
|
"""MCON of the job of the grouped events"""
|
|
@@ -49957,6 +49959,12 @@ class Query(sgqlc.types.Type):
|
|
|
49957
49959
|
"return_total_count",
|
|
49958
49960
|
sgqlc.types.Arg(Boolean, graphql_name="returnTotalCount", default=False),
|
|
49959
49961
|
),
|
|
49962
|
+
(
|
|
49963
|
+
"row_sampling_config",
|
|
49964
|
+
sgqlc.types.Arg(
|
|
49965
|
+
MonitorSamplingConfigInput, graphql_name="rowSamplingConfig", default=None
|
|
49966
|
+
),
|
|
49967
|
+
),
|
|
49960
49968
|
)
|
|
49961
49969
|
),
|
|
49962
49970
|
)
|
|
@@ -49982,6 +49990,8 @@ class Query(sgqlc.types.Type):
|
|
|
49982
49990
|
do not run (default: `true`)
|
|
49983
49991
|
* `return_total_count` (`Boolean`): Returns the total count of
|
|
49984
49992
|
rows from the sampling query (default: `false`)
|
|
49993
|
+
* `row_sampling_config` (`MonitorSamplingConfigInput`): Sampling
|
|
49994
|
+
configuration to only read a subset of the data
|
|
49985
49995
|
"""
|
|
49986
49996
|
|
|
49987
49997
|
get_field_health_sampling_conditions = sgqlc.types.Field(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.171 → pycarlo-0.10.173}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.171 → pycarlo-0.10.173}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|