{"id":20784329,"url":"https://github.com/hahow/prometheus-statsd-exporter","last_synced_at":"2025-03-11T23:18:00.726Z","repository":{"id":46858607,"uuid":"235490532","full_name":"hahow/prometheus-statsd-exporter","owner":"hahow","description":"A Helm chart for prometheus statsd-exporter","archived":false,"fork":false,"pushed_at":"2021-09-22T15:46:24.000Z","size":30,"stargazers_count":9,"open_issues_count":5,"forks_count":6,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-01-18T09:33:18.950Z","etag":null,"topics":["helm","helm-chart","prometheus","prometheus-exporter","statsd"],"latest_commit_sha":null,"homepage":null,"language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hahow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-22T03:22:47.000Z","updated_at":"2024-07-04T12:54:55.000Z","dependencies_parsed_at":"2022-07-23T10:34:31.997Z","dependency_job_id":null,"html_url":"https://github.com/hahow/prometheus-statsd-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprometheus-statsd-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprometheus-statsd-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprometheus-statsd-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprometheus-statsd-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahow","download_url":"https://codeload.github.com/hahow/prometheus-statsd-exporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125559,"owners_count":20240276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["helm","helm-chart","prometheus","prometheus-exporter","statsd"],"created_at":"2024-11-17T14:27:50.238Z","updated_at":"2025-03-11T23:18:00.702Z","avatar_url":"https://github.com/hahow.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus StatsD Exporter\n\n\n\n## Introduction\n\nThis chart bootstraps a prometheus [statsd exporter](https://github.com/prometheus/statsd_exporter) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.\n\n\n\n## Adding Our Chart Repository\n\nTo add the Hahow charts for your local client, run `helm repo add`:\n\n```console\n$ helm repo add hahow https://hahow-helm-charts.storage.googleapis.com/\n```\n\n\n\n## Installing the Chart\n\nTo install the chart with the release name `my-release`:\n\n```console\n$ helm install my-release hahow/prometheus-statsd-exporter\n```\n\nThe command deploys statsd exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.\n\n\n\n## Uninstalling the Chart\n\nTo uninstall/delete the `my-release` deployment:\n\n```console\n$ helm delete my-release\n```\n\nThe command removes all the Kubernetes components associated with the chart and deletes the release.\n\n\n\n## Configuration\n\nThe following table lists the configurable parameters of the StatsD Exporter chart and their default values.\n\n| Parameter | Description | Default |\n| --------- | ----------- | ------- |\n| `affinity` | Expressions for affinity. | `{}` |\n| `fullnameOverride` | Override the full chart name. | `\"\"` |\n| `image.pullPolicy` | Image pull policy. | `IfNotPresent` |\n| `image.repository` | Image repository. | `prom/statsd-exporter` |\n| `image.tag` | Image tag. | `nil` (Use `.Chart.AppVersion`) |\n| `imagePullSecrets` | Name of Secret resource containing private registry credentials. | `[]` |\n| `ingress.annotations` | Ingress annotations. | `{}` |\n| `ingress.enabled` | Enable Ingress. | `false` |\n| `ingress.hosts` | Ingress accepted hostnames. | `[]` |\n| `ingress.tls` | Ingress TLS configuration. | `[]` |\n| `nameOverride` | Override the application name. | `\"\"` |\n| `nodeSelector` | Node labels for pod assignment. | `{}` |\n| `podSecurityContext` | Security options for pod. | `{}` |\n| `replicaCount` | Number of replica. | `1` |\n| `resources` | CPU/Memory resource requests/limits. | `{}` |\n| `securityContext` | Security options for container. | `{}` |\n| `service.type` | Type of service to create. | `ClusterIP ` |\n| `service.annotations` | Service annotations. | `{}` |\n| `serviceAccount.create` | Specifies whether a service account should be created. | `true` |\n| `serviceAccount.name` | Name of the service account. | |\n| `serviceMonitor.additionalLabels` | Additional labels to add to the ServiceMonitor. | `{}` |\n| `serviceMonitor.enabled` | Set this to `true` to create ServiceMonitor for Prometheus operator. | `true` |\n| `serviceMonitor.interval` | Interval at which metrics should be scraped. | `30s` |\n| `serviceMonitor.namespace` | Namespace which ServiceMonitor is installed. | `monitoring` |\n| `serviceMonitor.scrapeTimeout` | Interval at which metric scrapes should time out. | `10s` |\n| `statsd.cacheSize` | Maximum size of your metric mapping cache. Relies on least recently used replacement policy if max size is reached. | `1000` |\n| `statsd.eventFlushThreshold` | Number of events to hold in queue before flushing. | `1000` |\n| `statsd.eventFlushInterval` | Time interval before flushing events in queue. | `200ms` |\n| `statsd.eventQueueSize` | Size of internal queue for processing events. | `10000` |\n| `statsd.mappingConfig` | Metric mapping configuration. | |\n| `statsd.tcpPort` | The TCP port on which to receive statsd metric lines. Set `\"\"` to disable it. | `9125` |\n| `statsd.udpPort` | The UDP port on which to receive statsd metric lines. Set `\"\"` to disable it. | `9125` |\n| `tolerations` | Toleration labels for pod assignment. | `[]` |\n| `web.path` | Path under which to expose metrics. | `/metrics` |\n| `web.port` | The address on which to expose the web interface and generated Prometheus metrics. | `9102` |\n\nSpecify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,\n\n```console\n$ helm install my-release \\\n  --set serviceAccount.name=statsd-exporter  \\\n    hahow/prometheus-statsd-exporter\n```\n\nAlternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,\n\n```console\n$ helm install my-release -f values.yaml hahow/prometheus-statsd-exporter\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahow%2Fprometheus-statsd-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahow%2Fprometheus-statsd-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahow%2Fprometheus-statsd-exporter/lists"}