Skip to content

Commit

Permalink
ethereum-address-metrics-exporter: raise ServiceMonitor interval (#311)
Browse files Browse the repository at this point in the history
* Raise interval

* docs

* version

* make docs

---------

Co-authored-by: Simon KP <“simon@techops.services”>
  • Loading branch information
eskp and Simon KP authored Aug 8, 2024
1 parent d6b3d4f commit e5c0942
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ethereum-address-metrics-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ethereum-address-metrics-exporter
description: A prometheus exporter for Ethereum externally owned account and contract addresses
home: https://github.com/ethpandaops/ethereum-address-metrics-exporter
type: application
version: 0.1.4
version: 0.1.5
maintainers:
- name: savid
email: andrew.davis@ethereum.org
4 changes: 2 additions & 2 deletions charts/ethereum-address-metrics-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ethereum-address-metrics-exporter

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A prometheus exporter for Ethereum externally owned account and contract addresses

Expand Down Expand Up @@ -55,7 +55,7 @@ A prometheus exporter for Ethereum externally owned account and contract address
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| serviceMonitor.annotations | object | `{}` | Additional ServiceMonitor annotations |
| serviceMonitor.enabled | bool | `false` | If true, a ServiceMonitor CRD is created for a prometheus operator https://github.com/coreos/prometheus-operator |
| serviceMonitor.interval | string | `"15s"` | ServiceMonitor scrape interval |
| serviceMonitor.interval | string | `"1m"` | ServiceMonitor scrape interval |
| serviceMonitor.labels | object | `{}` | Additional ServiceMonitor labels |
| serviceMonitor.namespace | string | `nil` | Alternative namespace for ServiceMonitor |
| serviceMonitor.path | string | `"/metrics"` | Path to scrape |
Expand Down
2 changes: 1 addition & 1 deletion charts/ethereum-address-metrics-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ serviceMonitor:
# -- Additional ServiceMonitor annotations
annotations: {}
# -- ServiceMonitor scrape interval
interval: 15s
interval: 1m
# -- ServiceMonitor scheme
scheme: http
# -- ServiceMonitor TLS configuration
Expand Down

0 comments on commit e5c0942

Please sign in to comment.