Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract SIM custom metrics #144

Open
krishnannair87 opened this issue Mar 23, 2022 · 0 comments
Open

How to extract SIM custom metrics #144

krishnannair87 opened this issue Mar 23, 2022 · 0 comments

Comments

@krishnannair87
Copy link

I want to extract custom metrics which are reported by various extension we are using. I have included the custom metrics in EntityMetricsExtractMapping.csv file but output doesn't show the desired metrics. Below is the job file. Please help

{
"Input": {
"TimeRange": {
"From": "2022-03-16T09:00:00",
"To": "2022-03-16T09:05:00"
},
"UsersGroupsRolesPermissions": false,
"Dashboards": false,
"Licenses": false,
"Events": true,
"EventsSelectionCriteria": [],
"Configuration": true,
"ConfigurationComparisonReferenceAPM": {
"Controller": "",
"Application": ""
},
"ConfigurationComparisonReferenceWEB": {
"Controller": "",
"Application": ""
},
"ConfigurationComparisonReferenceMOBILE": {
"Controller": "",
"Application": ""
},
"ConfigurationComparisonReferenceDB": {
"Controller": "",
"Application": ""
},
"DetectedEntities": true,
"Metrics": true,
"MetricsSelectionCriteria": {
"MetricSets": ["SIMHardware"],
"IncludeHourAndMinuteDetail": true
},
"MetricsList": true,
"Flowmaps": false,
"EntityDashboards": false,
"EntityDashboardSelectionCriteria": {
"TierTypes": [],
"BusinessTransactionTypes": [],
"NodeTypes": [],
"BackendTypes": []
},
"Snapshots": true,
"SnapshotSelectionCriteria": {
"TierTypes": [],
"BusinessTransactionTypes": [],
"UserExperience": {
"Normal": true,
"Slow": true,
"VerySlow": true,
"Stall": true,
"Error": true
},
"SnapshotType": {
"Full": true,
"Partial": true,
"None": true
}
}
},
"Output": {
"UsersGroupsRolesPermissions": false,
"Dashboards": false,
"Licenses": false,
"Events": false,
"Configuration": true,
"DetectedEntities": true,
"EntityMetrics": true,
"EntityMetricGraphs": true,
"MetricsList": true,
"Flowmaps": false,
"EntityDashboards": false,
"EntityDetails": false,
"Snapshots": false,
"IndividualSnapshots": true,
"FlameGraphs": false,
"HealthCheck": true
},
"Target": [
{
"Controller": "https://tmobiletest.saas.appdynamics.com",
"UserName": "gopi@tmobiletest",
"Application": ".*",
"NameRegex": true,
"Type": "SIM"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant