Commit d086dbe
Improving the Datadog fetch logic (#4314)
* first checkpoint
* migration
* second check
* docs checkpoint
* another checkpoint
* new checkpoint
* solving things
* some other checkpoint
* formatting
* new changes
* checkpoint
* fixing the secret
* some broken checkpoint
* new big checkpoint
* removing docs for now
* some fixes
* fix the local orch
* removed unused
* delete the old step logging
* some fixes
* running checkpoint
* new changes
* stack changes
* more fixes
* new changes
* new stuff
* new defaults and formatting
* moving stuff around
* adding the dependency
* fixing the migration
* new changes
* formating
* new creation
* some new import structure
* fixing the order
* some minor changes
* more minor changes
* new default constants
* some more minor fixes
* fix
* some fixes
* new try
* Fix infinite loop on debug logs
* Log exceptions raised during the logger context emit calls
* Decoupled logging context from the log store and added flush method to the log store abstraction.
* optimizing
* some changes
* Intermediate fixes for scalability
* Update logging for deployers to use utils
* Refactored the EOF operation
* Fix first round of bugs after last changes
* formatting
* formatting, linting, docstrings and tests
* unit tests
* docstrings
* removed old tests
* format
* Apply code review suggestions
* Another round of code review suggestions
* Add metadata to logs and replaced the datadog exporter with the standard OTEL exporter
* Fixed datadog log fetching
* docstrings
* Update src/zenml/log_stores/artifact/artifact_log_exporter.py
* Removed context, fixed datadog fetch time window, used OTEL handler
* Implement generic OTEL exporter
* Fix docstrings and spelling errors
* Fix linter errors
* fixing the unit tests
* format
* Improved otel exporter to use correct fields
* small fix to the runner
* one more
* removed todo
* more minor fixes
* sql zen store changes
* more minor fixes
* another small fix
* minor fixes
* better log entry fetching
* late night changes
* proper limits
* new logic
* docstring fix
---------
Co-authored-by: Stefan Nica <[email protected]>1 parent 3989d92 commit d086dbe
1 file changed
+124
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
121 | 105 | | |
122 | 106 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
167 | 145 | | |
| 146 | + | |
168 | 147 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 148 | + | |
| 149 | + | |
175 | 150 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
191 | 160 | | |
192 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
193 | 165 | | |
194 | 166 | | |
195 | 167 | | |
196 | 168 | | |
197 | 169 | | |
198 | 170 | | |
199 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
200 | 237 | | |
201 | 238 | | |
202 | 239 | | |
| |||
0 commit comments