Skip to content

Commit

Permalink
delete prometheus.exporter.vsphere component
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Mar 15, 2024
1 parent a96b957 commit 8ec712c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 229 deletions.
1 change: 0 additions & 1 deletion docs/sources/reference/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ The following components, grouped by namespace, _export_ Targets.
- [prometheus.exporter.squid](../components/prometheus.exporter.squid)
- [prometheus.exporter.statsd](../components/prometheus.exporter.statsd)
- [prometheus.exporter.unix](../components/prometheus.exporter.unix)
- [prometheus.exporter.vsphere](../components/prometheus.exporter.vsphere)
- [prometheus.exporter.windows](../components/prometheus.exporter.windows)
{{< /collapse >}}

Expand Down
102 changes: 0 additions & 102 deletions docs/sources/reference/components/prometheus.exporter.vsphere.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sources/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The release notes provide information about deprecations and breaking changes in

For a complete list of changes to {{< param "PRODUCT_ROOT_NAME" >}}, with links to pull requests and related issues when available, refer to the [Changelog][].

[Changelog]: https://github.com/grafana/alloy/blob/main/CHANGELOG.md
[Changelog]: https://github.com/grafana/alloy/blob/main/CHANGELOG.md
1 change: 0 additions & 1 deletion internal/component/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ import (
_ "github.com/grafana/agent/internal/component/prometheus/exporter/squid" // Import prometheus.exporter.squid
_ "github.com/grafana/agent/internal/component/prometheus/exporter/statsd" // Import prometheus.exporter.statsd
_ "github.com/grafana/agent/internal/component/prometheus/exporter/unix" // Import prometheus.exporter.unix
_ "github.com/grafana/agent/internal/component/prometheus/exporter/vsphere" // Import prometheus.exporter.vsphere
_ "github.com/grafana/agent/internal/component/prometheus/exporter/windows" // Import prometheus.exporter.windows
_ "github.com/grafana/agent/internal/component/prometheus/operator/podmonitors" // Import prometheus.operator.podmonitors
_ "github.com/grafana/agent/internal/component/prometheus/operator/probes" // Import prometheus.operator.probes
Expand Down
65 changes: 0 additions & 65 deletions internal/component/prometheus/exporter/vsphere/vsphere.go

This file was deleted.

59 changes: 0 additions & 59 deletions internal/component/prometheus/exporter/vsphere/vsphere_test.go

This file was deleted.

0 comments on commit 8ec712c

Please sign in to comment.