{"repo":"grafana/alloy","free":true,"listed":false,"github":"https://github.com/grafana/alloy","clone":"git clone https://github.com/grafana/alloy.git","description":"OpenTelemetry Collector distribution with programmable pipelines","language":"Go","stars":3437,"topics":["collector","grafana","loki","monitoring","observability","opentelemetry","opentelemetry-collector","prometheus"],"license":"Apache-2.0","category":"observability_platform","readme_excerpt":"<p align=\"center\">\n    <img src=\"docs/sources/assets/logo_alloy_light.svg#gh-dark-mode-only\" alt=\"Grafana Alloy logo\" height=\"100px\">\n    <img src=\"docs/sources/assets/logo_alloy_dark.svg#gh-light-mode-only\" alt=\"Grafana Alloy logo\" height=\"100px\">\n</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/grafana/alloy/releases\"><img src=\"https://img.shields.io/github/release/grafana/alloy.svg\" alt=\"Latest Release\"></a>\n  <a href=\"https://grafana.com/docs/alloy/latest\"><img src=\"https://img.shields.io/badge/Documentation-link-blue?logo=gitbook\" alt=\"Documentation link\"></a>\n</p>\n\nGrafana Alloy is an open source OpenTelemetry Collector distribution with\nbuilt-in Prometheus pipelines and support for metrics, logs, traces, and\nprofiles.\n\n<p>\n<img src=\"docs/sources/assets/alloy_screenshot.png\">\n</p>\n\n## What can Alloy do?\n\n* **Programmable pipelines**: Use a rich [expression-based syntax][syntax] for\n  configuring powerful observability pipelines.\n\n* **OpenTelemetry Collector Distribution**: Alloy is a [distribution][] of\n  OpenTelemetry Collector and supports dozens of its components, alongside new\n  components that make use of Alloy's programmable pipelines.\n\n* **Big tent**: Alloy embraces Grafana's \"big tent\" philosophy, where Alloy\n  can be used with other vendors or open source databases. It has components\n  to perfectly integrate with multiple telemetry ecosystems:\n\n  * [OpenTelemetry Collector][]\n  * [Prometheus][]\n  * [Grafana Loki][]\n  * [Grafana Pyroscope][]\n\n* **Kubernetes-native**: Use components to interact with native and custom\n  Kubernetes resources; no need to learn how to use a separate Kubernetes\n  operator.\n\n* **Shareable pipelines**: Use [modules][] to share your pipelines with the\n  world.\n\n* **Automatic workload distribution**: Configure Alloy instances to form a\n  [cluster][] for automatic workload distribution.\n\n* **Centralized configuration support**: Alloy supports retrieving its\n  configuration from a [server][remotecfg] for centralized configuration\n  management.\n\n* **Debugging utilities**: Use the [built-in UI][ui] for visualizing and\n  debugging pipelines.\n\n[syntax]: https://grafana.com/docs/alloy/latest/concepts/configuration-syntax/\n[distribution]: https://opentelemetry.io/docs/collector/distributions/\n[OpenTelemetry Collector]: https://opentelemetry.io\n[Prometheus]: https://prometheus.io\n[Grafana Loki]: https://github.com/grafana/loki\n[Grafana Pyroscope]: https://github.com/grafana/pyroscope\n[modules]: https://grafana.com/docs/alloy/latest/concepts/modules/\n[cluster]: https://grafana.com/docs/alloy/latest/concepts/clustering/\n[remotecfg]: https://grafana.com/docs/alloy/latest/reference/config-blocks/remotecfg/\n[ui]: https://grafana.com/docs/alloy/latest/tasks/debug/\n\n## Example\n\n```alloy\notelcol.receiver.otlp \"example\" {\n  grpc {\n    endpoint = \"127.0.0.1:4317\"\n  }\n\n  output {\n    metrics = [otelcol.processor.batch.example.input]\n    logs    = [otelcol.processor.batch.example.input]\n    traces  = [otelcol.processor.batch.example.input]\n  }\n}\n\notelcol.processor.batch \"example\" {\n  output {\n    metrics = [otelcol.exporter.otlp.default.input]\n    logs    = [otelcol.exporter.otlp.default.input]\n    traces  = [otelcol.exporter.otlp.default.input]\n  }\n}\n\notelcol.exporter.otlp \"default\" {\n  client {\n    endpoint = \"my-otlp-grpc-server:4317\"\n  }\n}\n```\n\n## Getting started\n\nCheck out our [documentation][] to see:\n\n* [Installation instructions][install] for Alloy\n* Steps for [Getting started][get-started] with Alloy\n* The list of Alloy [components][]\n\n[documentation]: https://grafana.com/docs/alloy/latest\n[install]: https://grafana.com/docs/alloy/latest/get-started/install/\n[get-started]: https://grafana.com/docs/alloy/latest/get-started/\n[components]: https://grafana.com/docs/alloy/latest/reference/components/\n\n## Release cadence\n\nA new minor release is planned every three weeks.\nPatch releases are published every one to two weeks.\n\nThe release cadence is best-effort: if necessary, releases may be performed\noutside of this cadence, or a scheduled release date can be moved forwards or\nbackwards.\n\nMinor releases published on cadence include updating dependencies for upstream\nOpenTelemetry Collector code if new versions are available. Minor releases\npublished outside of the release cadence may not include these dependency\nupdates.\n\nPatch and security releases may be published at any time.\n\n## Community\n\nTo engage with the Alloy community:\n\n* Chat with us on our community Slack channel. To invite yourself to the\n  Grafana Slack, visit <https://slack.grafana.com/> and join the `#alloy`\n  channel.\n\n* Ask questions on the [Grafana community site][community].\n\n* [File an issue][issue] for bugs, issues, and feature suggestions.\n\n* Attend the monthly [community call][community-call].\n\n[community]: https://community.grafana.com/c/grafana-alloy\n[issue]: https://github.com/grafana/alloy/issues/new\n[community-call]: https://docs.google.com/document/d/1TqaZD1JPfNadZ4V81OCBPCG_TksDYGlNlGdMnTWUSpo\n\n## Contributing\n\nRefer to our [contributors guide][] to learn how to contribute.\n\nThanks to all the people who have already contributed!\n\n<a href=\"https://github.com/grafana/alloy/graphs/contributors\">\n  <img src=\"https://contributors-img.web.app/image?repo=grafana/alloy\" />\n</a>\n\n[contributors guide]: https://github.com/grafana/alloy/blob/main/docs/developer/contributing.md\n","default_branch":"main","files":4194,"tree":[".cursor/rules/docs.mdc",".dockerignore",".docs/agent/grafana.md",".docs/agent/role.md",".docs/agent/style.md",".docs/prompts/.gitignore",".gitattributes",".github/ISSUE_TEMPLATE/blank.yaml",".github/ISSUE_TEMPLATE/bug_report.yaml",".github/ISSUE_TEMPLATE/community_component_proposal.yaml",".github/ISSUE_TEMPLATE/config.yml",".github/ISSUE_TEMPLATE/docs.yaml",".github/ISSUE_TEMPLATE/feature_request.yaml",".github/ISSUE_TEMPLATE/proposal.yaml",".github/ISSUE_TEMPLATE/release_tracking_issue.yaml",".github/ISSUE_TEMPLATE/scripts/update-gh-issue-templates.sh",".github/actions/go-cache/action.yml",".github/ai-review-prompts/dependency-review.md",".github/copilot-instructions.md",".github/depcheck.yml",".github/pull_request_template.md",".github/renovate.json5",".github/workflows/agent_bump_beyla.yml",".github/workflows/ai-dependency-review.yml",".github/workflows/auto-apply-component-labels.yml",".github/workflows/autolock.yml",".github/workflows/build.yml",".github/workflows/bump-formula-pr.yml",".github/workflows/check-alloy-mixin-rendered.yml",".github/workflows/check-cloudwatch-docs.yml",".github/workflows/check-component-labels.yml",".github/workflows/check-generate-graphql.yml",".github/workflows/check-generate-otel-collector-distro.yml",".github/workflows/check-linux-build-image.yml",".github/workflows/check-linux-container.yml",".github/workflows/check-windows-container.yml",".github/workflows/check_docs.yml",".github/workflows/create_build_image.yml",".github/workflows/depcheck.yml",".github/workflows/deploy-pr-preview.yml",".github/workflows/docker-images.yml",".github/workflows/fuzz-go-pr.yml",".github/workflows/fuzz-go-scheduled.yml",".github/workflows/fuzz-go.yml",".github/workflows/generate-component-labels.yml",".github/workflows/helm-release.yml",".github/workflows/helm-test.yml",".github/workflows/integration-test-windows-service.yml",".github/workflows/integration-tests-k8s.yml",".github/workflows/integration-tests.yml",".github/workflows/lint.yml",".github/workflows/needs-attention.yml",".github/workflows/publish-alloy-devel-pr.yml",".github/workflows/publish-alloy-devel.yml",".github/workflows/publish-alloy-linux.yml",".github/workflows/publish-alloy-windows.yml",".github/workflows/publish-documentation-next.yml",".github/workflows/release-announce.yml",".github/workflows/release-backport-trigger.yml",".github/workflows/release-backport.yml",".github/workflows/release-changelog-guard.yml",".github/workflows/release-code-freeze-guard.yml",".github/workflows/release-create-branch.yml",".github/workflows/release-create-rc.yml",".github/workflows/release-enrich-release-notes.yml",".github/workflows/release-lint-pr-title.yml",".github/workflows/release-please.yml",".github/workflows/release-publish-alloy-artifacts.yml",".github/workflows/release-submit-winget-manifest.yml",".github/workflows/release-winget-on-publish.yml",".github/workflows/release-wrong-version-on-branch-guard.yml",".github/workflows/scripts/apply-component-labels",".github/workflows/scripts/generate-component-labels",".github/workflows/test_full.yml",".github/workflows/test_linux_system_packages.yml",".github/workflows/test_mac.yml",".github/workflows/test_pr.yml",".github/workflows/test_pyroscope_pr.yml",".github/workflows/test_windows.yml",".github/workflows/trigger-argo-workflow-on-tag.yml",".github/workflows/trivy.yml",".gitignore",".golangci.yml",".govulncheck.yaml",".idea/.gitignore",".idea/alloy.iml",".idea/go.imports.xml",".idea/golinter.xml",".idea/modules.xml",".idea/runConfigurations/run_pyroscope_ebpf_txt.xml",".idea/runConfigurations/run_pyroscope_playground.xml",".idea/vcs.xml",".release-please-manifest.json",".vale.ini","AGENTS.md","CHANGELOG.md","CLAUDE.md","CODEOWNERS","CODE_OF_CONDUCT.md","Dockerfile","Dockerfile.windows","GOVERNANCE.md","LICENSE","LICENSING.md","MAINTAINERS.md","Makefile","README.md","Taskfile.yml","build-tools/build-image/Dockerfile","build-tools/build-image/README.md","build-tools/make/build-container.mk","build-tools/make/packaging.mk","build-tools/release-please-runner/.npmrc","build-tools/release-please-runner/.nvmrc","build-tools/release-please-runner/github-output.js","build-tools/release-please-runner/index.js","build-tools/release-please-runner/minor-breaking-versioning.js","build-tools/release-please-runner/package-lock.json","build-tools/release-please-runner/package.json","build-tools/release-please-runner/release-pr-output.js","build-tools/release-please-runner/tag-only-releases.js","build-tools/task/docs.yml","build-tools/task/lint.yml","collector/README.md","collector/VERSION","collector/builder-config.yaml","collector/components.go","collector/generate.go","collector/generator/generator.go","collector/generator/main_alloy.tpl","collector/generator/main_windows.tpl","collector/go.mod","collector/go.sum","collector/main.go","collector/main_alloy.go","collector/main_others.go","collector/main_windows.go","collector/supervisor.go","collector/supervisor_test.go","collector/testdata/supervisor.yaml","collector/testdata/supervisor_invalid.yaml","collector/version.go","collector/version_test.go","docs/Makefile","docs/README.md","docs/design/1161-standardize-stdlib.md","docs/design/1443-dynamic-pipelines.md","docs/design/4719-otel-engine-dependency-management.md","docs/design/4940-reliable-loki-pipelines.md","docs/design/5039-picking-a-prometheus-WAL.md","docs/design/6173-alloyengine-module-structure.md","docs/design/908-proposal-process.md","docs/design/README.md","docs/design/template.md","docs/developer/.prettierrc","docs/developer/add-otel-component.md","docs/developer/adding-community-components.md","docs/developer/breaking-changes.md","docs/developer/contributing.md","docs/developer/genai.md","docs/developer/issue-triage.md","docs/developer/key-deps-update/README.md","docs/developer/key-deps-update/key-dep-updates.md","docs/developer/key-deps-update/tools/dependency-updates/latest-release/README.md","docs/developer/key-deps-update/tools/dependency-updates/latest-release/main.go","docs/developer/key-deps-update/tools/dependency-updates/latest-release/main_test.go","docs/developer/key-deps-update/tools/tool-example-template/README.md","docs/developer/key-deps-update/tools/tool-example-template/main.go","docs/developer/publishing-dev-container.md","docs/developer/shepherding-releases.md","docs/developer/updating-beyla.md","docs/developer/updating-otel/README.md","docs/developer/updating-otel/k6-trace-gen/docker-compose.yaml","docs/developer/windows/certificate_store/README.md","docs/developer/windows/certificate_store/images/additional_services.png","docs/developer/windows/certificate_store/images/addroles.png","docs/developer/windows/certificate_store/images/any_purpose.png","docs/developer/windows/certificate_store/images/availability.png","docs/developer/windows/certificate_store/images/certificate_authority_click.png","docs/developer/windows/certificate_store/images/certificate_templates.png","docs/developer/windows/certificate_store/images/certificateservices.png","docs/developer/windows/certificate_store/images/common_name.png","docs/developer/windows/certificate_store/images/config.png","docs/developer/windows/certificate_store/images/configure_certificate_authority.png","docs/developer/windows/certificate_store/images/default_certificate.png","docs/developer/windows/certificate_store/images/default_identity.png","docs/developer/windows/certificate_store/images/default_private_ky.png","docs/developer/windows/certificate_store/images/enterprise_ca.png","docs/developer/windows/certificate_store/images/export_private_key.png","docs/developer/windows/certificate_store/images/exportable_key.png","docs/developer/windows/certificate_store/images/give_control.png","docs/developer/windows/certificate_store/images/initial.png","docs/developer/windows/certificate_store/images/manage.png","docs/developer/windows/certificate_store/images/new_cert.png","docs/developer/windows/certificate_store/images/new_cert_exportable.png","docs/developer/windows/certificate_store/images/object_identifier.png","docs/developer/windows/certificate_store/images/private_key.png","docs/developer/windows/certificate_store/images/root_ca.png","docs/developer/windows/certificate_store/images/template_general.png","docs/developer/windows/certificate_store/images/validity.png","docs/developer/writing-component-documentation.md","docs/developer/writing-docs.md","docs/developer/writing-exporter-components.md","docs/developer/writing-tests.md","docs/docs.mk","docs/make-docs","docs/sources/_index.md","docs/sources/_index.md.t","docs/sources/access_permissions/_index.md","docs/sources/access_permissions/kubernetes.md","docs/sources/access_permissions/linux.md","docs/sources/access_permissions/windows.md","docs/sources/assets/alloy_icon_orange.svg","docs/sources/assets/alloy_screenshot.png","docs/sources/assets/logo_alloy_dark.svg","docs/sources/assets/logo_alloy_light.svg","docs/sources/collect/_index.md","docs/sources/collect/azure-event-hubs-logs.md","docs/sources/collect/choose-component.md","docs/sources/collect/datadog-traces-metrics.md","docs/sources/collect/ecs-opentelemetry-data.md","docs/sources/collect/logs-in-kubernetes.md","docs/sources/collect/metamonitoring.md","docs/sources/collect/opentelemetry-data.md","docs/sources/collect/opentelemetry-to-lgtm-stack.md","docs/sources/collect/prometheus-metrics.md","docs/sources/collect/prometheus-native-histograms.md","docs/sources/configure/_index.md","docs/sources/configure/clustering/_index.md","docs/sources/configure/clustering/distribute-prometheus-scrape-load.md","docs/sources/configure/kubernetes.md","docs/sources/configure/linux.md","docs/sources/configure/load-remote-configuration.md","docs/sources/configure/macos.md","docs/sources/configure/proxy.md","docs/sources/configure/windows.md","docs/sources/data-collection.md","docs/sources/get-started/_index.md","docs/sources/get-started/clustering.md","docs/sources/get-started/components/_index.md","docs/sources/get-started/components/build-pipelines.md","docs/sources/get-started/components/community-components.md","docs/sources/get-started/components/component-controller.md","docs/sources/get-started/components/configure-components.md","docs/sources/get-started/components/custom-components.md","docs/sources/get-started/expressions/_index.md","docs/sources/get-started/expressions/function_calls.md","docs/sources/get-started/expressions/operators.md","docs/sources/get-started/expressions/referencing_exports.md","docs/sources/get-started/expressions/types_and_values.md","docs/sources/get-started/modules.md","docs/sources/get-started/syntax.md","docs/sources/introduction/_index.md","docs/sources/introduction/how-alloy-works.md","docs/sources/introduction/otel_alloy.md","docs/sources/introduction/requirements.md","docs/sources/introduction/why-alloy.md","docs/sources/monitor/_index.md","docs/sources/monitor/monitor-docker-containers.md","docs/sources/monitor/monitor-kubernetes-logs.md","docs/sources/monitor/monitor-linux.md","docs/sources/monitor/monitor-logs-from-file.md","docs/sources/monitor/monitor-logs-over-tcp.md","docs/sources/monitor/monitor-structured-logs.md","docs/sources/monitor/monitor-syslog-messages.md","docs/sources/monitor/monitor-windows.md","docs/sources/reference/_index.md","docs/sources/reference/cli/_index.md","docs/sources/reference/cli/convert.md","docs/sources/reference/cli/environment-variables.md","docs/sources/reference/cli/fmt.md","docs/sources/reference/cli/gql.md","docs/sources/reference/cli/otel.md","docs/sources/reference/cli/run.md","docs/sources/reference/cli/tools.md","docs/sources/reference/cli/validate.md","docs/sources/reference/compatibility/_index.md","docs/sources/reference/components/_index.md","docs/sources/reference/components/beyla/_index.md","docs/sources/reference/components/beyla/beyla.ebpf.md","docs/sources/reference/components/database_observability/_index.md","docs/sources/reference/components/database_observability/database_observability.mysql.md","docs/sources/reference/components/database_observability/database_observability.postgres.md","docs/sources/reference/components/database_observability/database_observability.sql_server.md","docs/sources/reference/components/discovery/_index.md","docs/sources/reference/components/discovery/discovery.aws.md","docs/sources/reference/components/discovery/discovery.azure.md","docs/sources/reference/components/discovery/discovery.consul.md","docs/sources/reference/components/discovery/discovery.consulagent.md","docs/sources/reference/components/discovery/discovery.digitalocean.md","docs/sources/reference/components/discovery/discovery.dns.md","docs/sources/reference/components/discovery/discovery.docker.md","docs/sources/reference/components/discovery/discovery.dockerswarm.md","docs/sources/reference/components/discovery/discovery.ec2.md","docs/sources/reference/components/discovery/discovery.eureka.md","docs/sources/reference/components/discovery/discovery.file.md","docs/sources/reference/components/discovery/discovery.gce.md","docs/sources/reference/components/discovery/discovery.hetzner.md","docs/sources/reference/components/discovery/discovery.http.md","docs/sources/reference/components/discovery/discovery.ionos.md","docs/sources/reference/components/discovery/discovery.kubelet.md","docs/sources/reference/components/discovery/discovery.kubernetes.md","docs/sources/reference/components/discovery/discovery.kuma.md","docs/sources/reference/components/discovery/discovery.lightsail.md","docs/sources/reference/components/discovery/discovery.linode.md","docs/sources/reference/components/discovery/discovery.marathon.md","docs/sources/reference/components/discovery/discovery.nerve.md","docs/sources/reference/components/discovery/discovery.nomad.md","docs/sources/reference/components/discovery/discovery.openstack.md","docs/sources/reference/components/discovery/discovery.ovhcloud.md","docs/sources/reference/components/discovery/discovery.process.md","docs/sources/reference/components/discovery/discovery.puppetdb.md","docs/sources/reference/components/discovery/discovery.relabel.md","docs/sources/reference/components/discovery/discovery.scaleway.md","docs/sources/reference/components/discovery/discovery.serverset.md","docs/sources/reference/components/discovery/discovery.triton.md","docs/sources/reference/components/discovery/discovery.uyuni.md","docs/sources/reference/components/faro/_index.md","docs/sources/reference/components/faro/faro.receiver.md","docs/sources/reference/components/local/_index.md","docs/sources/reference/components/local/local.file.md","docs/sources/reference/components/local/local.file_match.md","docs/sources/reference/components/loki/_index.md","docs/sources/reference/components/loki/loki.echo.md","docs/sources/reference/components/loki/loki.enrich.md","docs/sources/reference/components/loki/loki.process.md","docs/sources/reference/components/loki/loki.relabel.md","docs/sources/reference/components/loki/loki.rules.kubernetes.md","docs/sources/reference/components/loki/loki.secretfilter.md","docs/sources/reference/components/loki/loki.source.api.md","docs/sources/reference/components/loki/loki.source.awsfirehose.md","docs/sources/reference/components/loki/loki.source.azure_event_hubs.md","docs/sources/reference/components/loki/loki.source.cloudflare.md","docs/sources/reference/components/loki/loki.source.docker.md","docs/sources/reference/components/loki/loki.source.file.md","docs/sources/reference/components/loki/loki.source.gcplog.md","docs/sources/reference/components/loki/loki.source.gelf.md","docs/sources/reference/components/loki/loki.source.heroku.md","docs/sources/reference/components/loki/loki.source.journal.md","docs/sources/reference/components/loki/loki.source.kafka.md","docs/sources/reference/components/loki/loki.source.kubernetes.md","docs/sources/reference/components/loki/loki.source.kubernetes_events.md","docs/sources/reference/components/loki/loki.source.podlogs.md","docs/sources/reference/components/loki/loki.source.syslog.md","docs/sources/reference/components/loki/loki.source.windowsevent.md","docs/sources/reference/components/loki/loki.write.md","docs/sources/reference/components/mimir/_index.md","docs/sources/reference/components/mimir/mimir.alerts.kubernetes.md","docs/sources/reference/components/mimir/mimir.rules.kubernetes.md","docs/sources/reference/components/otelcol/_index.md","docs/sources/reference/components/otelcol/otelcol.auth.basic.md","docs/sources/reference/components/otelcol/otelcol.auth.bearer.md","docs/sources/reference/components/otelcol/otelcol.auth.google.md","docs/sources/reference/components/otelcol/otelcol.auth.headers.md","docs/sources/reference/components/otelcol/otelcol.auth.oauth2.md","docs/sources/reference/components/otelcol/otelcol.auth.sigv4.md","docs/sources/reference/components/otelcol/otelcol.connector.count.md","docs/sources/reference/components/otelcol/otelcol.connector.host_info.md","docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md","docs/sources/reference/components/otelcol/otelcol.connector.signaltometrics.md","docs/sources/reference/components/otelcol/otelcol.connector.spanlogs.md","docs/sources/reference/components/otelcol/otelcol.connector.spanmetrics.md","docs/sources/reference/components/otelcol/otelcol.exporter.awss3.md","docs/sources/reference/components/otelcol/otelcol.exporter.datadog.md","docs/sources/reference/components/otelcol/otelcol.exporter.debug.md","docs/sources/reference/components/otelcol/otelcol.exporter.faro.md","docs/sources/reference/components/otelcol/otelcol.exporter.file.md","docs/sources/reference/components/otelcol/otelcol.exporter.googlecloud.md","docs/sources/reference/components/otelcol/otelcol.exporter.googlecloudpubsub.md","docs/sources/reference/components/otelcol/otelcol.exporter.kafka.md","docs/sources/reference/components/otelcol/otelcol.exporter.loadbalancing.md","docs/sources/reference/components/otelcol/otelcol.exporter.loki.md","docs/sources/reference/components/otelcol/otelcol.exporter.otlp.md","docs/sources/reference/components/otelcol/otelcol.exporter.otlphttp.md","docs/sources/reference/components/otelcol/otelcol.exporter.prometheus.md","docs/sources/reference/components/otelcol/otelcol.exporter.splunkhec.md","docs/sources/reference/components/otelcol/otelcol.exporter.syslog.md","docs/sources/reference/components/otelcol/otelcol.extension.jaeger_remote_sampling.md","docs/sources/reference/components/otelcol/otelcol.processor.attributes.md","docs/sources/reference/components/otelcol/otelcol.processor.batch.md","docs/sources/reference/components/otelcol/otelcol.processor.cumulativetodelta.md","docs/sources/reference/components/otelcol/otelcol.processor.deltatocumulative.md","docs/sources/reference/components/otelcol/otelcol.processor.discovery.md","docs/sources/reference/components/otelcol/otelcol.processor.filter.md","docs/sources/reference/components/otelcol/otelcol.processor.groupbyattrs.md","docs/sources/reference/components/otelcol/otelcol.processor.interval.md","docs/sources/reference/components/otelcol/otelcol.processor.k8sattributes.md","docs/sources/reference/components/otelcol/otelcol.processor.memory_limiter.md","docs/sources/reference/components/otelcol/otelcol.processor.metric_start_time.md","docs/sources/reference/components/otelcol/otelcol.processor.probabilistic_sampler.md","docs/sources/reference/components/otelcol/otelcol.processor.redaction.md","docs/sources/reference/components/otelcol/otelcol.processor.resourcedetection.md","docs/sources/reference/components/otelcol/otelcol.processor.span.md","docs/sources/reference/components/otelcol/otelcol.processor.tail_sampling.md","docs/sources/reference/components/otelcol/otelcol.processor.transform.md","docs/sources/reference/components/otelcol/otelcol.receiver.awscloudwatch.md","docs/sources/reference/components/otelcol/otelcol.receiver.awsecscontainermetrics.md","docs/sources/reference/components/otelcol/otelcol.receiver.awss3.md","docs/sources/reference/components/otelcol/otelcol.receiver.cloudflare.md","docs/sources/reference/components/otelcol/otelcol.receiver.datadog.md"],"storefront":"/r/grafana","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/grafana/alloy/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}