pycarlo 0.10.129__py3-none-any.whl → 0.10.130__py3-none-any.whl
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/lib/schema.json +1 -1
- pycarlo/lib/schema.py +2 -2
- {pycarlo-0.10.129.dist-info → pycarlo-0.10.130.dist-info}/METADATA +1 -1
- {pycarlo-0.10.129.dist-info → pycarlo-0.10.130.dist-info}/RECORD +7 -7
- {pycarlo-0.10.129.dist-info → pycarlo-0.10.130.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.129.dist-info → pycarlo-0.10.130.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.129.dist-info → pycarlo-0.10.130.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -162299,7 +162299,7 @@
|
|
|
162299
162299
|
"name": null,
|
|
162300
162300
|
"ofType": {
|
|
162301
162301
|
"kind": "INPUT_OBJECT",
|
|
162302
|
-
"name": "
|
|
162302
|
+
"name": "MetricAlertConditionInput",
|
|
162303
162303
|
"ofType": null
|
|
162304
162304
|
}
|
|
162305
162305
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -35612,7 +35612,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
35612
35612
|
"alert_conditions",
|
|
35613
35613
|
sgqlc.types.Arg(
|
|
35614
35614
|
sgqlc.types.non_null(
|
|
35615
|
-
sgqlc.types.list_of(sgqlc.types.non_null(
|
|
35615
|
+
sgqlc.types.list_of(sgqlc.types.non_null(MetricAlertConditionInput))
|
|
35616
35616
|
),
|
|
35617
35617
|
graphql_name="alertConditions",
|
|
35618
35618
|
default=None,
|
|
@@ -35717,7 +35717,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
35717
35717
|
|
|
35718
35718
|
* `agent_span_filters` (`[AgentSpanFilterInput!]!`): Filter by
|
|
35719
35719
|
agent span fields (agent, workflow, task, span_name)
|
|
35720
|
-
* `alert_conditions` (`[
|
|
35720
|
+
* `alert_conditions` (`[MetricAlertConditionInput!]!`): Alert
|
|
35721
35721
|
conditions.
|
|
35722
35722
|
* `audiences` (`[String!]`): The monitor notification audiences
|
|
35723
35723
|
* `connection_id` (`UUID`): Specify a connection (e.g. query-
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=s9cHq-HqJ9rcLJk8wDbrrC8BTVV3hrzIMZMv11wnTcs,6154635
|
|
39
|
+
pycarlo/lib/schema.py,sha256=yjqQwh6aicixOnUoDDGercvO6s2GDJ289jtlZsU7L0s,2672051
|
|
40
|
+
pycarlo-0.10.130.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.130.dist-info/METADATA,sha256=Vy14Ag4eqE6HCGvkP7ANm8Qp17aR47wM-OnS0rS_uB8,8742
|
|
42
|
+
pycarlo-0.10.130.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.130.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.130.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|