|
816 | 816 | "name": "ErrorsTotal",
|
817 | 817 | "possibleTypes": null
|
818 | 818 | },
|
| 819 | + { |
| 820 | + "description": "Encoding format for the event", |
| 821 | + "enumValues": [ |
| 822 | + { |
| 823 | + "deprecationReason": null, |
| 824 | + "description": null, |
| 825 | + "isDeprecated": false, |
| 826 | + "name": "JSON" |
| 827 | + }, |
| 828 | + { |
| 829 | + "deprecationReason": null, |
| 830 | + "description": null, |
| 831 | + "isDeprecated": false, |
| 832 | + "name": "YAML" |
| 833 | + } |
| 834 | + ], |
| 835 | + "fields": null, |
| 836 | + "inputFields": null, |
| 837 | + "interfaces": null, |
| 838 | + "kind": "ENUM", |
| 839 | + "name": "EventEncodingType", |
| 840 | + "possibleTypes": null |
| 841 | + }, |
| 842 | + { |
| 843 | + "description": "A notification regarding events observation", |
| 844 | + "enumValues": null, |
| 845 | + "fields": [ |
| 846 | + { |
| 847 | + "args": [], |
| 848 | + "deprecationReason": null, |
| 849 | + "description": "Name of the component associated with the notification", |
| 850 | + "isDeprecated": false, |
| 851 | + "name": "componentName", |
| 852 | + "type": { |
| 853 | + "kind": "NON_NULL", |
| 854 | + "name": null, |
| 855 | + "ofType": { |
| 856 | + "kind": "SCALAR", |
| 857 | + "name": "String", |
| 858 | + "ofType": null |
| 859 | + } |
| 860 | + } |
| 861 | + }, |
| 862 | + { |
| 863 | + "args": [], |
| 864 | + "deprecationReason": null, |
| 865 | + "description": "Event notification type", |
| 866 | + "isDeprecated": false, |
| 867 | + "name": "notification", |
| 868 | + "type": { |
| 869 | + "kind": "NON_NULL", |
| 870 | + "name": null, |
| 871 | + "ofType": { |
| 872 | + "kind": "ENUM", |
| 873 | + "name": "EventNotificationType", |
| 874 | + "ofType": null |
| 875 | + } |
| 876 | + } |
| 877 | + } |
| 878 | + ], |
| 879 | + "inputFields": null, |
| 880 | + "interfaces": [], |
| 881 | + "kind": "OBJECT", |
| 882 | + "name": "EventNotification", |
| 883 | + "possibleTypes": null |
| 884 | + }, |
| 885 | + { |
| 886 | + "description": "Event notification type", |
| 887 | + "enumValues": [ |
| 888 | + { |
| 889 | + "deprecationReason": null, |
| 890 | + "description": "A component was found that matched the provided pattern", |
| 891 | + "isDeprecated": false, |
| 892 | + "name": "MATCHED" |
| 893 | + }, |
| 894 | + { |
| 895 | + "deprecationReason": null, |
| 896 | + "description": "There isn't currently a component that matches this pattern", |
| 897 | + "isDeprecated": false, |
| 898 | + "name": "NOT_MATCHED" |
| 899 | + } |
| 900 | + ], |
| 901 | + "fields": null, |
| 902 | + "inputFields": null, |
| 903 | + "interfaces": null, |
| 904 | + "kind": "ENUM", |
| 905 | + "name": "EventNotificationType", |
| 906 | + "possibleTypes": null |
| 907 | + }, |
819 | 908 | {
|
820 | 909 | "description": null,
|
821 | 910 | "enumValues": null,
|
|
1627 | 1716 | "name": "LoadAverageMetrics",
|
1628 | 1717 | "possibleTypes": null
|
1629 | 1718 | },
|
| 1719 | + { |
| 1720 | + "description": "Log event with fields for querying log data", |
| 1721 | + "enumValues": null, |
| 1722 | + "fields": [ |
| 1723 | + { |
| 1724 | + "args": [], |
| 1725 | + "deprecationReason": null, |
| 1726 | + "description": "Name of the component associated with the log event", |
| 1727 | + "isDeprecated": false, |
| 1728 | + "name": "componentName", |
| 1729 | + "type": { |
| 1730 | + "kind": "NON_NULL", |
| 1731 | + "name": null, |
| 1732 | + "ofType": { |
| 1733 | + "kind": "SCALAR", |
| 1734 | + "name": "String", |
| 1735 | + "ofType": null |
| 1736 | + } |
| 1737 | + } |
| 1738 | + }, |
| 1739 | + { |
| 1740 | + "args": [], |
| 1741 | + "deprecationReason": null, |
| 1742 | + "description": "Log message", |
| 1743 | + "isDeprecated": false, |
| 1744 | + "name": "message", |
| 1745 | + "type": { |
| 1746 | + "kind": "SCALAR", |
| 1747 | + "name": "String", |
| 1748 | + "ofType": null |
| 1749 | + } |
| 1750 | + }, |
| 1751 | + { |
| 1752 | + "args": [], |
| 1753 | + "deprecationReason": null, |
| 1754 | + "description": "Log timestamp", |
| 1755 | + "isDeprecated": false, |
| 1756 | + "name": "timestamp", |
| 1757 | + "type": { |
| 1758 | + "kind": "SCALAR", |
| 1759 | + "name": "DateTime", |
| 1760 | + "ofType": null |
| 1761 | + } |
| 1762 | + }, |
| 1763 | + { |
| 1764 | + "args": [ |
| 1765 | + { |
| 1766 | + "defaultValue": null, |
| 1767 | + "description": null, |
| 1768 | + "name": "encoding", |
| 1769 | + "type": { |
| 1770 | + "kind": "NON_NULL", |
| 1771 | + "name": null, |
| 1772 | + "ofType": { |
| 1773 | + "kind": "ENUM", |
| 1774 | + "name": "EventEncodingType", |
| 1775 | + "ofType": null |
| 1776 | + } |
| 1777 | + } |
| 1778 | + } |
| 1779 | + ], |
| 1780 | + "deprecationReason": null, |
| 1781 | + "description": "Log event as an encoded string format", |
| 1782 | + "isDeprecated": false, |
| 1783 | + "name": "string", |
| 1784 | + "type": { |
| 1785 | + "kind": "NON_NULL", |
| 1786 | + "name": null, |
| 1787 | + "ofType": { |
| 1788 | + "kind": "SCALAR", |
| 1789 | + "name": "String", |
| 1790 | + "ofType": null |
| 1791 | + } |
| 1792 | + } |
| 1793 | + } |
| 1794 | + ], |
| 1795 | + "inputFields": null, |
| 1796 | + "interfaces": [], |
| 1797 | + "kind": "OBJECT", |
| 1798 | + "name": "Log", |
| 1799 | + "possibleTypes": null |
| 1800 | + }, |
1630 | 1801 | {
|
1631 | 1802 | "description": "Host memory metrics",
|
1632 | 1803 | "enumValues": null,
|
|
1963 | 2134 | "name": "NetworkMetrics",
|
1964 | 2135 | "possibleTypes": null
|
1965 | 2136 | },
|
| 2137 | + { |
| 2138 | + "description": "An event or a notification", |
| 2139 | + "enumValues": null, |
| 2140 | + "fields": null, |
| 2141 | + "inputFields": null, |
| 2142 | + "interfaces": null, |
| 2143 | + "kind": "UNION", |
| 2144 | + "name": "OutputEventsPayload", |
| 2145 | + "possibleTypes": [ |
| 2146 | + { |
| 2147 | + "kind": "OBJECT", |
| 2148 | + "name": "Log", |
| 2149 | + "ofType": null |
| 2150 | + }, |
| 2151 | + { |
| 2152 | + "kind": "OBJECT", |
| 2153 | + "name": "EventNotification", |
| 2154 | + "ofType": null |
| 2155 | + } |
| 2156 | + ] |
| 2157 | + }, |
1966 | 2158 | {
|
1967 | 2159 | "description": "Information about pagination in a connection",
|
1968 | 2160 | "enumValues": null,
|
|
3502 | 3694 | "description": null,
|
3503 | 3695 | "enumValues": null,
|
3504 | 3696 | "fields": [
|
| 3697 | + { |
| 3698 | + "args": [ |
| 3699 | + { |
| 3700 | + "defaultValue": null, |
| 3701 | + "description": null, |
| 3702 | + "name": "componentNames", |
| 3703 | + "type": { |
| 3704 | + "kind": "NON_NULL", |
| 3705 | + "name": null, |
| 3706 | + "ofType": { |
| 3707 | + "kind": "LIST", |
| 3708 | + "name": null, |
| 3709 | + "ofType": { |
| 3710 | + "kind": "NON_NULL", |
| 3711 | + "name": null, |
| 3712 | + "ofType": { |
| 3713 | + "kind": "SCALAR", |
| 3714 | + "name": "String", |
| 3715 | + "ofType": null |
| 3716 | + } |
| 3717 | + } |
| 3718 | + } |
| 3719 | + } |
| 3720 | + }, |
| 3721 | + { |
| 3722 | + "defaultValue": "500", |
| 3723 | + "description": null, |
| 3724 | + "name": "interval", |
| 3725 | + "type": { |
| 3726 | + "kind": "NON_NULL", |
| 3727 | + "name": null, |
| 3728 | + "ofType": { |
| 3729 | + "kind": "SCALAR", |
| 3730 | + "name": "Int", |
| 3731 | + "ofType": null |
| 3732 | + } |
| 3733 | + } |
| 3734 | + }, |
| 3735 | + { |
| 3736 | + "defaultValue": "100", |
| 3737 | + "description": null, |
| 3738 | + "name": "limit", |
| 3739 | + "type": { |
| 3740 | + "kind": "NON_NULL", |
| 3741 | + "name": null, |
| 3742 | + "ofType": { |
| 3743 | + "kind": "SCALAR", |
| 3744 | + "name": "Int", |
| 3745 | + "ofType": null |
| 3746 | + } |
| 3747 | + } |
| 3748 | + } |
| 3749 | + ], |
| 3750 | + "deprecationReason": null, |
| 3751 | + "description": "A stream of events emitted from matched component(s)", |
| 3752 | + "isDeprecated": false, |
| 3753 | + "name": "outputEvents", |
| 3754 | + "type": { |
| 3755 | + "kind": "NON_NULL", |
| 3756 | + "name": null, |
| 3757 | + "ofType": { |
| 3758 | + "kind": "LIST", |
| 3759 | + "name": null, |
| 3760 | + "ofType": { |
| 3761 | + "kind": "NON_NULL", |
| 3762 | + "name": null, |
| 3763 | + "ofType": { |
| 3764 | + "kind": "UNION", |
| 3765 | + "name": "OutputEventsPayload", |
| 3766 | + "ofType": null |
| 3767 | + } |
| 3768 | + } |
| 3769 | + } |
| 3770 | + } |
| 3771 | + }, |
3505 | 3772 | {
|
3506 | 3773 | "args": [],
|
3507 | 3774 | "deprecationReason": null,
|
|
0 commit comments