Commit 5c77215
Add IAppGatewayTelemetry interface for context-aware telemetry recording (#699)
* Initial plan
* Add IAppGatewayTelemetry interface with telemetry recording methods
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
* Add .gitignore and remove build artifacts
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
* Change metricValue parameter to double for type safety
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
* Complete telemetry interface implementation
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
* Remove .gitignore and _codeql_detected_source_root files
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: satlead <970901+satlead@users.noreply.github.com>
Co-authored-by: Sathishkumar <satlead@gmail.com>1 parent 7499ad8 commit 5c77215
2 files changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 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 | + | |
193 | 233 | | |
194 | 234 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
0 commit comments