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

Provide support for scraping metrics for Azure Container Instances #326

Closed
tomkerkhove opened this issue Mar 8, 2019 · 1 comment
Closed
Assignees
Labels
feature All issues that are new features metric-source:unknown All issues that relate to scraping metrics from a data source that is still to be defined scraper-source All issues related to new scraper sources from Azure Monitor
Milestone

Comments

@tomkerkhove
Copy link
Owner

Provide support for scraping metrics for Azure Container Instances

@tomkerkhove tomkerkhove added feature All issues that are new features scraper-source All issues related to new scraper sources from Azure Monitor metric-source:unknown All issues that relate to scraping metrics from a data source that is still to be defined labels Mar 8, 2019
@tomkerkhove tomkerkhove self-assigned this Mar 25, 2019
@tomkerkhove
Copy link
Owner Author

tomkerkhove added a commit that referenced this issue Mar 26, 2019
Provide support for scraping Azure Container Instances.

Example configuration:
```yaml
name: demo_containerinstances_cpu
description: "Average cpu usage of our 'promitor-container-instance' container instance"
resourceType: ContainerInstance
containerGroup: promitor-container-instance
azureMetricConfiguration:
  metricName: CpuUsage
  aggregation:
    type: Average
```

Closes #326 

## Portal
![image](https://user-images.githubusercontent.com/4345663/55023118-5aa7c800-4fb9-11e9-9f35-7825a02b33fb.png)

## Output
```yaml
# HELP demo_containerinstances_cpu Average cpu usage of our 'redis-single-node' container instance
# TYPE demo_containerinstances_cpu gauge
demo_containerinstances_cpu 1 1553624464454
```
@tomkerkhove tomkerkhove added this to the v1.0.0 milestone Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature All issues that are new features metric-source:unknown All issues that relate to scraping metrics from a data source that is still to be defined scraper-source All issues related to new scraper sources from Azure Monitor
Projects
None yet
Development

No branches or pull requests

1 participant