{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":444842893,"defaultBranch":"master","name":"appinsights-rs","ownerLogin":"kongsberg-satellite-services","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-01-05T14:54:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/96474564?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719559629.0","currentOid":""},"activityList":{"items":[{"before":"d831d95fc93a5e5439534905fdd2fe236a7ffd24","after":null,"ref":"refs/heads/feat/dependency-telemetry-result-code","pushedAt":"2024-06-28T07:27:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"2cbb7de088026fe8ef3c898c6c50e4bfd77aad35","after":"1f64a3e956fb899779ddc8d69ef7e92b87faeeb1","ref":"refs/heads/master","pushedAt":"2024-06-28T07:27:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: expose `result_code` in `RemoteDependencyTelemetry`","shortMessageHtmlLink":"feat: expose result_code in RemoteDependencyTelemetry"}},{"before":null,"after":"d831d95fc93a5e5439534905fdd2fe236a7ffd24","ref":"refs/heads/feat/dependency-telemetry-result-code","pushedAt":"2024-06-28T06:57:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: expose `result_code` in `RemoteDependencyTelemetry`","shortMessageHtmlLink":"feat: expose result_code in RemoteDependencyTelemetry"}},{"before":"914a60361df2a37588105df4862874d2faf5decf","after":null,"ref":"refs/heads/feat/exception-telemetry-timestamp-mut","pushedAt":"2024-05-28T07:55:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"ddddbb53221b020b508bb88ce083efc0b546655f","after":"2cbb7de088026fe8ef3c898c6c50e4bfd77aad35","ref":"refs/heads/master","pushedAt":"2024-05-28T07:55:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: `ExceptionTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `ExceptionTelemetry`, instead of always using `Utc::now()`.\n\nUseful as preparing all the metadata that will be sent with the exception, such as a stacktrace,\nmight take a considerable amount of time. The timestamp of the telemetry item will then\nhave a significant offset compared to the timestamp of when the event actually occurred.","shortMessageHtmlLink":"feat: ExceptionTelemetry mutable timestamp"}},{"before":null,"after":"914a60361df2a37588105df4862874d2faf5decf","ref":"refs/heads/feat/exception-telemetry-timestamp-mut","pushedAt":"2024-05-28T07:33:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: `ExceptionTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `ExceptionTelemetry`, instead of always using `Utc::now()`.\n\nUseful as preparing all the metadata that will be sent with the exception, such as a stacktrace,\nmight take a considerable amount of time. The timestamp of the telemetry item will then\nhave a significant offset compared to the timestamp of when the event actually occurred.","shortMessageHtmlLink":"feat: ExceptionTelemetry mutable timestamp"}},{"before":"54299989ca04eaaa3a699f930ef8d83c5e2722c5","after":null,"ref":"refs/heads/feat/dependency-telemetry-timestamp-mut","pushedAt":"2024-05-21T06:18:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"18108e12456485d7cc8f209839448a213fdc2f39","after":"ddddbb53221b020b508bb88ce083efc0b546655f","ref":"refs/heads/master","pushedAt":"2024-05-21T06:18:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: `RemoteDependencyTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `RemoteDependencyTelemetry`, instead of always using `Utc::now()`.\n\nThis enables setting the timestamp of the request to e.g. when the dependency call was initiated, instead of when the telemetry item was submitted (which normally would be when the dependency processing was finished).","shortMessageHtmlLink":"feat: RemoteDependencyTelemetry mutable timestamp"}},{"before":null,"after":"54299989ca04eaaa3a699f930ef8d83c5e2722c5","ref":"refs/heads/feat/dependency-telemetry-timestamp-mut","pushedAt":"2024-05-16T14:45:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: `RemoteDependencyTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `RemoteDependencyTelemetry`, instead of always using `Utc::now()`.\n\nThis enables setting the timestamp of the request to e.g. when the dependency call was initiated, instead of when the telemetry item was submitted (which normally would be when the dependency processing was finished).","shortMessageHtmlLink":"feat: RemoteDependencyTelemetry mutable timestamp"}},{"before":"850f8e65e49783c0160faeda98d34ae9cbd758db","after":null,"ref":"refs/heads/feat/derive-severity-level-traits","pushedAt":"2024-05-15T11:14:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"9dfd6ebf30e0b95b3fa8a88aa99e2ee6f8231b61","after":"18108e12456485d7cc8f209839448a213fdc2f39","ref":"refs/heads/master","pushedAt":"2024-05-15T11:14:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: derive `Clone` and `Copy` for `SeverityLevel`","shortMessageHtmlLink":"feat: derive Clone and Copy for SeverityLevel"}},{"before":null,"after":"850f8e65e49783c0160faeda98d34ae9cbd758db","ref":"refs/heads/feat/derive-severity-level-traits","pushedAt":"2024-05-15T11:11:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: derive `Clone` and `Copy` for `SeverityLevel`","shortMessageHtmlLink":"feat: derive Clone and Copy for SeverityLevel"}},{"before":"546d0d01bb4e7a926bb199566c99aba9ce860d1b","after":null,"ref":"refs/heads/feat/telemetry-name-different-from-uri","pushedAt":"2024-05-14T10:18:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"5809f58022b094de1295697960a3d530ac724092","after":"9dfd6ebf30e0b95b3fa8a88aa99e2ee6f8231b61","ref":"refs/heads/master","pushedAt":"2024-05-14T10:18:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"refactor: request telemetry name != URI\n\nAccording to the App Insights data model, the `Name` attribute of a [Request Telemetry](https://learn.microsoft.com/en-us/azure/azure-monitor/app/data-model-complete#name)\nshould typically be on the form ` `.\n\nThis PR changes the behaviour from using the full URI, i.e. `GET https://aws.com/login/12315dgf-4234`, to\nusing a custom name that should be on the form `GET /login/{user_id}`.\n\nAlso includes a fix to use the full path and query parameters for the URI field,\nnot just the path.","shortMessageHtmlLink":"refactor: request telemetry name != URI"}},{"before":"d470fa02f30a99f0c4e250433c0994d416f58d3b","after":"546d0d01bb4e7a926bb199566c99aba9ce860d1b","ref":"refs/heads/feat/telemetry-name-different-from-uri","pushedAt":"2024-05-10T08:41:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"refactor: request telemetry name != URI\n\nAccording to the App Insights data model, the `Name` attribute of a [Request Telemetry](https://learn.microsoft.com/en-us/azure/azure-monitor/app/data-model-complete#name)\nshould typically be on the form ` `.\n\nThis PR changes the behaviour from using the full URI, i.e. `GET https://aws.com/login/12315dgf-4234`, to\nusing a custom name that should be on the form `GET /login/{user_id}`.\n\nAlso includes a fix to use the full path and query parameters for the URI field,\nnot just the path.","shortMessageHtmlLink":"refactor: request telemetry name != URI"}},{"before":null,"after":"d470fa02f30a99f0c4e250433c0994d416f58d3b","ref":"refs/heads/feat/telemetry-name-different-from-uri","pushedAt":"2024-05-08T15:20:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"refactor: request telemetry name != URI\n\nAccording to the App Insights data model, the `Name` attribute of a [Request Telemetry](https://learn.microsoft.com/en-us/azure/azure-monitor/app/data-model-complete#name)\nshould typically be on the form ` `.\n\nThis PR changes the behaviour from using the full URI, i.e. `GET https://aws.com/login/12315dgf-4234`, to\nusing a custom name that should be on the form `GET /login/{user_id}`.","shortMessageHtmlLink":"refactor: request telemetry name != URI"}},{"before":"3e5ddbaa9ac43520c0c93f660602c25f5cf924a8","after":null,"ref":"refs/heads/feat/request-telemetry-set-timestamp","pushedAt":"2024-05-06T12:44:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"b93188877877d500c6c293f151db1bdfa7db90ea","after":"5809f58022b094de1295697960a3d530ac724092","ref":"refs/heads/master","pushedAt":"2024-05-06T12:44:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: `RequestTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `RequestTelemetry`, instead of\nalways using `Utc::now()`.\n\nThis enables setting the timestamp of the request to e.g. when the request was received, instead of when the\ntelemetry item was submitted (which normally would be when the request processing was finished).","shortMessageHtmlLink":"feat: RequestTelemetry mutable timestamp"}},{"before":"4d97c5edc9af75500af474cb7032d7d159ffed82","after":"3e5ddbaa9ac43520c0c93f660602c25f5cf924a8","ref":"refs/heads/feat/request-telemetry-set-timestamp","pushedAt":"2024-05-06T11:41:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: `RequestTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `RequestTelemetry`, instead of\nalways using `Utc::now()`.\n\nThis enables setting the timestamp of the request to e.g. when the request was received, instead of when the\ntelemetry item was submitted (which normally would be when the request processing was finished).","shortMessageHtmlLink":"feat: RequestTelemetry mutable timestamp"}},{"before":null,"after":"4d97c5edc9af75500af474cb7032d7d159ffed82","ref":"refs/heads/feat/request-telemetry-set-timestamp","pushedAt":"2024-05-06T11:13:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: `RequestTelemetry` mutable timestamp\n\nAdd functionality for specifying the timestamp of a `RequestTelemetry`, instead of\nalways using `Utc::now()`.\n\nThis enables setting the timestamp of the request to e.g. when the request was received, instead of when the\ntelemetry item was submitted (which normally would be when the request processing was finished).","shortMessageHtmlLink":"feat: RequestTelemetry mutable timestamp"}},{"before":"52301fe6b7667300d481d4b50bac5e91a3435cf8","after":null,"ref":"refs/heads/vegardgs/expand-dependency","pushedAt":"2024-01-30T08:47:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"1794ff2f32adfd2fac10f5e99968ceed42b5c1b0","after":"b93188877877d500c6c293f151db1bdfa7db90ea","ref":"refs/heads/master","pushedAt":"2024-01-30T08:47:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: add two setters on Dependency telemetry","shortMessageHtmlLink":"feat: add two setters on Dependency telemetry"}},{"before":null,"after":"52301fe6b7667300d481d4b50bac5e91a3435cf8","ref":"refs/heads/vegardgs/expand-dependency","pushedAt":"2024-01-30T08:46:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: add two setters on Dependency telemetry","shortMessageHtmlLink":"feat: add two setters on Dependency telemetry"}},{"before":"ce127e248feab92bb122da927bd37cc5bc5ea85d","after":null,"ref":"refs/heads/feat/exception-telemetry","pushedAt":"2023-12-12T14:17:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"871c3f3d6e4484ced8661eb0d8032b635dec7451","after":"1794ff2f32adfd2fac10f5e99968ceed42b5c1b0","ref":"refs/heads/master","pushedAt":"2023-12-12T14:17:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"feat: exception telemetry\n\nImplement the `ExceptionTelemetry` struct, enabling logging of\nexceptions to Azure.","shortMessageHtmlLink":"feat: exception telemetry"}},{"before":"3603fc477d9a7bd4e324a77dffc4afd4bbc3c870","after":"ce127e248feab92bb122da927bd37cc5bc5ea85d","ref":"refs/heads/feat/exception-telemetry","pushedAt":"2023-12-12T13:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: exception telemetry\n\nImplement the `ExceptionTelemetry` struct, enabling logging of\nexceptions to Azure.","shortMessageHtmlLink":"feat: exception telemetry"}},{"before":"101f64f5d0fb0a9ec0b0e00136a34d784d186ace","after":null,"ref":"refs/heads/cleanup/clippy","pushedAt":"2023-12-12T13:35:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"}},{"before":"be06e7878dc6e11cd30ef6135b2ac06d9369bf95","after":"871c3f3d6e4484ced8661eb0d8032b635dec7451","ref":"refs/heads/master","pushedAt":"2023-12-12T13:22:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vegardgs-ksat","name":"Vegard Sandengen","path":"/vegardgs-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97030809?s=80&v=4"},"commit":{"message":"cleanup: fix clippy error and warnings","shortMessageHtmlLink":"cleanup: fix clippy error and warnings"}},{"before":"65ec5df54bc36fab1aa4865ce70286e926cdfa0b","after":"3603fc477d9a7bd4e324a77dffc4afd4bbc3c870","ref":"refs/heads/feat/exception-telemetry","pushedAt":"2023-12-12T12:49:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"feat: exception telemetry\n\nImplement the `ExceptionTelemetry` struct, enabling logging of\nexceptions to Azure.","shortMessageHtmlLink":"feat: exception telemetry"}},{"before":"bab25f5d565365cb03d26f07526e619f42052e52","after":"101f64f5d0fb0a9ec0b0e00136a34d784d186ace","ref":"refs/heads/cleanup/clippy","pushedAt":"2023-12-12T12:18:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tjerand-bjornsen-ksat","name":null,"path":"/tjerand-bjornsen-ksat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/141635244?s=80&v=4"},"commit":{"message":"cleanup: fix clippy error and warnings","shortMessageHtmlLink":"cleanup: fix clippy error and warnings"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcZZv3gA","startCursor":null,"endCursor":null}},"title":"Activity ยท kongsberg-satellite-services/appinsights-rs"}