Skip to content

container: Alloy #83

@chrisgtl1980

Description

@chrisgtl1980

Prerequisites

  • I have searched the issues and confirmed this container has not been suggested before
  • I have verified the container image is actively maintained
  • I have tested this container configuration

Container ID

grafana-alloy

Display Name

Alloy

Description

Scrape metrics

Category

Media

Tags

Monitoring

GitHub URL

https://github.com/grafana/alloy

Icon URL

No response

Docker Compose Service Definition

services:
  alloy:
    image: grafana/alloy:latest
    container_name: alloy
    ports:
      - "12345:12345"
    volumes:
      - ./config.alloy:/etc/alloy/config.alloy:ro
      - /var/run/docker.sock:/var/run/docker.sock
      - /var/log:/var/log:ro
    command:
      - run
      - --server.http.listen-addr=0.0.0.0:12345
      - --storage.path=/var/lib/alloy/data
      - /etc/alloy/config.alloy

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    containernew container suggestion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions