Skip to content

Commit

Permalink
Merge pull request confluentinc#217 from kppullin/jmx-resource-docs
Browse files Browse the repository at this point in the history
Document jmx pod 'resources' in values.yaml.
  • Loading branch information
qshao-pivotal authored Feb 8, 2019
2 parents 6e89be5 + 6cb3b11 commit 4923c87
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cp-kafka-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### Deployment Topology

Expand Down
4 changes: 4 additions & 0 deletions charts/cp-kafka-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ prometheus:
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

## Resources configuration for the JMX exporter container.
## See the `resources` documentation above for details.
resources: {}

## You can list load balanced service endpoint, or list of all brokers (which is hard in K8s). e.g.:
## bootstrapServers: "PLAINTEXT://dozing-prawn-kafka-headless:9092"
kafka:
Expand Down
1 change: 1 addition & 0 deletions charts/cp-kafka-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### External Access

Expand Down
4 changes: 4 additions & 0 deletions charts/cp-kafka-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ prometheus:
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

## Resources configuration for the JMX exporter container.
## See the `resources` documentation above for details.
resources: {}

## External Access
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
external:
Expand Down
1 change: 1 addition & 0 deletions charts/cp-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### External Access

Expand Down
4 changes: 4 additions & 0 deletions charts/cp-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ prometheus:
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

## Resources configuration for the JMX exporter container.
## See the `resources` documentation above for details.
resources: {}

nodeport:
enabled: false
servicePort: 19092
Expand Down
1 change: 1 addition & 0 deletions charts/cp-ksql-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### External Access

Expand Down
4 changes: 4 additions & 0 deletions charts/cp-ksql-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ prometheus:
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

## Resources configuration for the JMX exporter container.
## See the `resources` documentation above for details.
resources: {}

## External Access
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer
external:
Expand Down
1 change: 1 addition & 0 deletions charts/cp-schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### Deployment Topology

Expand Down
2 changes: 2 additions & 0 deletions charts/cp-schema-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ prometheus:
image: solsson/kafka-prometheus-jmx-exporter@sha256
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

resources: {}
1 change: 1 addition & 0 deletions charts/cp-zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ The configuration parameters in this section control the resources requested and
| `prometheus.jmx.image` | Docker Image for Prometheus JMX Exporter container. | `solsson/kafka-prometheus-jmx-exporter@sha256` |
| `prometheus.jmx.imageTag` | Docker Image Tag for Prometheus JMX Exporter container. | `6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143` |
| `prometheus.jmx.port` | JMX Exporter Port which exposes metrics in Prometheus format for scraping. | `5556` |
| `prometheus.jmx.resources` | JMX Exporter resources configuration. | see [values.yaml](values.yaml) for details |

### Deployment Topology

Expand Down
4 changes: 4 additions & 0 deletions charts/cp-zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ prometheus:
image: solsson/kafka-prometheus-jmx-exporter@sha256
imageTag: 6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143
port: 5556

## Resources configuration for the JMX exporter container.
## See the `resources` documentation above for details.
resources: {}

0 comments on commit 4923c87

Please sign in to comment.