package install
import (
_ "github.com/grafana/agent/pkg/integrations/agent"
_ "github.com/grafana/agent/pkg/integrations/apache_http"
_ "github.com/grafana/agent/pkg/integrations/azure_exporter"
_ "github.com/grafana/agent/pkg/integrations/blackbox_exporter"
_ "github.com/grafana/agent/pkg/integrations/cadvisor"
_ "github.com/grafana/agent/pkg/integrations/cloudwatch_exporter"
_ "github.com/grafana/agent/pkg/integrations/consul_exporter"
_ "github.com/grafana/agent/pkg/integrations/dnsmasq_exporter"
_ "github.com/grafana/agent/pkg/integrations/elasticsearch_exporter"
_ "github.com/grafana/agent/pkg/integrations/gcp_exporter"
_ "github.com/grafana/agent/pkg/integrations/github_exporter"
_ "github.com/grafana/agent/pkg/integrations/kafka_exporter"
_ "github.com/grafana/agent/pkg/integrations/memcached_exporter"
_ "github.com/grafana/agent/pkg/integrations/mongodb_exporter"
_ "github.com/grafana/agent/pkg/integrations/mssql"
_ "github.com/grafana/agent/pkg/integrations/mysqld_exporter"
_ "github.com/grafana/agent/pkg/integrations/node_exporter"
_ "github.com/grafana/agent/pkg/integrations/oracledb_exporter"
_ "github.com/grafana/agent/pkg/integrations/postgres_exporter"
_ "github.com/grafana/agent/pkg/integrations/process_exporter"
_ "github.com/grafana/agent/pkg/integrations/redis_exporter"
_ "github.com/grafana/agent/pkg/integrations/snmp_exporter"
_ "github.com/grafana/agent/pkg/integrations/snowflake_exporter"
_ "github.com/grafana/agent/pkg/integrations/statsd_exporter"
_ "github.com/grafana/agent/pkg/integrations/windows_exporter"
_ "github.com/grafana/agent/pkg/integrations/v2/agent"
_ "github.com/grafana/agent/pkg/integrations/v2/apache_http"
_ "github.com/grafana/agent/pkg/integrations/v2/app_agent_receiver"
_ "github.com/grafana/agent/pkg/integrations/v2/blackbox_exporter"
_ "github.com/grafana/agent/pkg/integrations/v2/eventhandler"
_ "github.com/grafana/agent/pkg/integrations/v2/snmp_exporter"
_ "github.com/grafana/agent/pkg/integrations/v2/vmware_exporter"
)