Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L Legal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • Legal
  • Merge requests
  • !107

upgrade core azure lib and core-common

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alok Joshi requested to merge upgrade_azure_lib into master Apr 19, 2021
  • Overview 1
  • Commits 3
  • Pipelines 9
  • Changes 3

Upgrade core-lib-azure and core-common to improve logging.

This upgrade specifically fixes the issue in Azure portal where requests logs didn't have custom dimensions

Use the following query to find legal request logs

requests | where cloud_RoleName == "legal" | where name <> "GET /api/legal/v1/swagger-ui.html" | limit 100

you see no custom dimensions on the logs including correlation id or user id info like on the other services

This essentially causes 'requests' logs to not show up in AI. The library upgrade fixes that issue

Edited Apr 19, 2021 by Alok Joshi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: upgrade_azure_lib