Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O OS Core Lib Azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • 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
  • System
  • Lib
  • cloud
  • azure
  • OS Core Lib Azure
  • Merge requests
  • !205

ApplicationInsights flag integration

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Anubhav Aron requested to merge feature-addAIEnableFlag into master May 12, 2022
  • Overview 3
  • Commits 12
  • Pipelines 18
  • Changes 8

Functional Problem statement: In OAK, Application Insights is disabled and Logs that are emitted to Application Insights are getting dropped.

Expected Behavior: Integrate feature flag to decide destination [Geneva or ApplicationInsights]. In OAK, logs will send to Geneva In OSDU, logs dependency to be send to ApplicationInsights.

Technical Problem statement: In case of applicationInsights, for every logger call, a new applicationInsight client is getting created with same configuration.

Expected Behavior: If application Insights is enabled, only one Application client will be created.

Edited May 12, 2022 by Anubhav Aron
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-addAIEnableFlag