Azure2 Monitor Entities
Activity Log
- Preview
- Usage
- Definition
import { ActivityLog } from '@dinghy/diagrams/entitiesAzure2Monitor'
<ActivityLog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTIVITY_LOG } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, ACTIVITY_LOG)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/management_governance/Activity_Log.svg;strokeColor=none;',
},
_original_width: 56.00000000000001,
_original_height: 67,
}
Application Insights
- Preview
- Usage
- Definition
import { ApplicationInsights } from '@dinghy/diagrams/entitiesAzure2Monitor'
<ApplicationInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_INSIGHTS } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_INSIGHTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/devops/Application_Insights.svg;strokeColor=none;',
},
_original_width: 44,
_original_height: 63,
}
Change Analysis
- Preview
- Usage
- Definition
import { ChangeAnalysis } from '@dinghy/diagrams/entitiesAzure2Monitor'
<ChangeAnalysis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANGE_ANALYSIS } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, CHANGE_ANALYSIS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/devops/Change_Analysis.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 67.67999999999999,
}
Diagnostics Settings
- Preview
- Usage
- Definition
import { DiagnosticsSettings } from '@dinghy/diagrams/entitiesAzure2Monitor'
<DiagnosticsSettings/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIAGNOSTICS_SETTINGS } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, DIAGNOSTICS_SETTINGS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/management_governance/Diagnostics_Settings.svg;strokeColor=none;',
},
_original_width: 56.00000000000001,
_original_height: 67,
}
Log Analytics Workspaces
- Preview
- Usage
- Definition
import { LogAnalyticsWorkspaces } from '@dinghy/diagrams/entitiesAzure2Monitor'
<LogAnalyticsWorkspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOG_ANALYTICS_WORKSPACES } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, LOG_ANALYTICS_WORKSPACES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/analytics/Log_Analytics_Workspaces.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
Metrics Advisor
- Preview
- Usage
- Definition
import { MetricsAdvisor } from '@dinghy/diagrams/entitiesAzure2Monitor'
<MetricsAdvisor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { METRICS_ADVISOR } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, METRICS_ADVISOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/management_governance/Metrics.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 68,
}
Monitor
- Preview
- Usage
- Definition
import { Monitor } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Monitor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MONITOR } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, MONITOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/management_governance/Monitor.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
Network Watcher
- Preview
- Usage
- Definition
import { NetworkWatcher } from '@dinghy/diagrams/entitiesAzure2Monitor'
<NetworkWatcher/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETWORK_WATCHER } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, NETWORK_WATCHER)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/networking/Network_Watcher.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
SAP Azure Monitor
- Preview
- Usage
- Definition
import { SapAzureMonitor } from '@dinghy/diagrams/entitiesAzure2Monitor'
<SapAzureMonitor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_AZURE_MONITOR } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, SAP_AZURE_MONITOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/monitor/SAP_Azure_Monitor.svg;strokeColor=none;',
},
_original_width: 70,
_original_height: 56.00000000000001,
}
Scale
- Preview
- Usage
- Definition
import { Scale } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Scale/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCALE } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, SCALE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/general/Scale.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Workbooks
- Preview
- Usage
- Definition
import { Workbooks } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Workbooks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKBOOKS } from '@dinghy/diagrams/entitiesAzure2Monitor'
<Shape
{...props}
_style={extendStyle(props, WORKBOOKS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/analytics/Azure_Workbooks.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}