Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BominRahmani committed Jun 10, 2024
1 parent b9241ca commit b462d1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ integrations:

cloudwatch_configs:
[- <cloudwatch_config>]

catchpoint_configs:
[- <catchpoint_config>]
```
Note that most integrations are no longer configured with the `_exporter` name.
Expand Down
3 changes: 3 additions & 0 deletions internal/converter/internal/staticconvert/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/grafana/agent/static/integrations/azure_exporter"
"github.com/grafana/agent/static/integrations/blackbox_exporter"
"github.com/grafana/agent/static/integrations/cadvisor"
"github.com/grafana/agent/static/integrations/catchpoint_exporter"
"github.com/grafana/agent/static/integrations/cloudwatch_exporter"
"github.com/grafana/agent/static/integrations/consul_exporter"
"github.com/grafana/agent/static/integrations/dnsmasq_exporter"
Expand Down Expand Up @@ -149,6 +150,7 @@ func validateIntegrationsV1(integrationsConfig *v1.ManagerConfig) diag.Diagnosti
case *redis_exporter.Config:
case *snmp_exporter.Config:
case *snowflake_exporter.Config:
case *catchpoint_exporter.Config:
case *squid_exporter.Config:
case *statsd_exporter.Config:
case *windows_exporter.Config:
Expand Down Expand Up @@ -196,6 +198,7 @@ func validateIntegrationsV2(integrationsConfig *v2.SubsystemOptions) diag.Diagno
case *process_exporter.Config:
case *redis_exporter.Config:
case *snowflake_exporter.Config:
case *catchpoint_exporter.Config:
case *squid_exporter.Config:
case *statsd_exporter.Config:
case *windows_exporter.Config:
Expand Down
1 change: 1 addition & 0 deletions static/integrations/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
_ "github.com/grafana/agent/static/integrations/azure_exporter" // register azure_exporter
_ "github.com/grafana/agent/static/integrations/blackbox_exporter" // register blackbox_exporter
_ "github.com/grafana/agent/static/integrations/cadvisor" // register cadvisor
_ "github.com/grafana/agent/static/integrations/catchpoint_exporter" // register catchpoint_exporter
_ "github.com/grafana/agent/static/integrations/cloudwatch_exporter" // register cloudwatch_exporter
_ "github.com/grafana/agent/static/integrations/consul_exporter" // register consul_exporter
_ "github.com/grafana/agent/static/integrations/dnsmasq_exporter" // register dnsmasq_exporter
Expand Down

0 comments on commit b462d1e

Please sign in to comment.