Skip to content

Commit

Permalink
Merge pull request cloudnativedaysjp#376 from cloudnativedaysjp/akira…
Browse files Browse the repository at this point in the history
…n123-patch-2

Update README.md
  • Loading branch information
akiran123 authored Oct 8, 2024
2 parents 128e449 + 59ea75c commit 1687895
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chapter_prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ spec:
### ServiceMonitorの設定
`ServiceMonitor`オブジェクトは、サービスのエンドポイントからメトリクスを収集することができます。
`ServiceMonitor`オブジェクトは、Serviceリソースに基づいてエンドポイントからメトリクスを収集することができます。
具体的には,Serviceオブジェクトに紐づくPodを検出し、そのPodからのメトリクスを収集する場合に便利です。

```yaml
apiVersion: monitoring.coreos.com/v1
Expand All @@ -98,7 +99,8 @@ spec:

### PodMonitorの設定

`PodMonitor`オブジェクトは、個々のポッドから直接メトリクスを収集することができます。
`PodMonitor`オブジェクトは、KubernetesのPodリソースを監視するためのカスタムリソースです。こちらはServiceを介さず、直接Podを監視するために使用されます。
個々のPodからメトリクスを収集する場合に便利です。

```yaml
apiVersion: monitoring.coreos.com/v1
Expand Down

0 comments on commit 1687895

Please sign in to comment.