https://docs.promitor.io/v2.11/scraping/providers/storage-account/
https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml
https://docs.promitor.io/v2.11/how-it-works/
- helmfile.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
environments: dev: kubeContext: hoge-dev values: - version: 2.12.0 prod: kubeContext: hoge-prod values: - version: 2.12.0 --- repositories: - name: promitor url: https://charts.promitor.io/ releases: - name: promitor-agent-scraper namespace: hoge version: "{{ .Values.version }}" chart: promitor/promitor-agent-scraper values: - values-{{ .Environment.Name }}.yaml - name: promitor-agent-resource-discovery namespace: hoge version: "0.11.0" chart: promitor/promitor-agent-resource-discovery values: - values-{{ .Environment.Name }}-resource-discovery.yaml |
- values-dev-resource-discovery.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
secrets: createSecret: false secretName: promitor-agent azureAuthentication: identity: id: xxxxxxxxxxx prometheus: enableServiceDiscovery: false serviceMonitor: enabled: true namespace: hoge-dev labels: release: prometheus azureLandscape: cloud: Global tenantId: xxxxxxxxxxx subscriptions: - xxxxxxxxxxx resourceDiscoveryGroups: - name: storage-accounts type: StorageAccount |
- values-dev.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
~省略~ resourceDiscovery: enabled: false enabled: true host: "promitor-agent-resource-discovery" port: 8889 metrics: - name: azure_storate_account_used_capacity description: "Used capacity in the storage account" resourceType: StorageAccount azureMetricConfiguration: metricName: UsedCapacity aggregation: type: Average interval: 01:00:00 resourceDiscoveryGroups: - name: storage-accounts |
PromitorのResource DiscoveryはAzureのリソースグラフを使って動的に識別してメトリクスを収集する機能。promitor-agent-scraperがpromitor-agent-resource-discovery:8889に対してメトリクスをスクレーパーしている流れ。
Was this helpful?
0 / 0
1989年生まれのFindy/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWSでのインフラ構築、Docker開発環境の提供、IaC、新技術の検証、リファクタリング、セキュリティ強化、分析基盤の運用などを担当している。個人事業主では数社サーバー保守とベンチャー企業のSREインフラコンサルティングやMENTA/TechBullで未経験者にインフラのコーチング/コミュニティマネージャーとして立ち上げと運営をしている。また、過去「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。