Skip to content

Commit

Permalink
Remove atop connector
Browse files Browse the repository at this point in the history
The connector has very limited use since it only works with the
atop command. Much more modern monitoring tools are in standard use now
and replace usage of atop. In a contributor call, on slack and in other
conversations no concerns were expressed by anybody about the removal.
  • Loading branch information
mosabua committed Sep 26, 2024
1 parent 3f78f8e commit f1a8feb
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 2,558 deletions.
6 changes: 0 additions & 6 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
</artifact>
</artifactSet>

<artifactSet to="plugin/atop">
<artifact id="${project.groupId}:trino-atop:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/bigquery">
<artifact id="${project.groupId}:trino-bigquery:zip:${project.version}">
<unpack />
Expand Down
2 changes: 0 additions & 2 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

## Accumulo connector

## Atop connector

## BigQuery connector

## Blackhole connector
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ from different data sources.
:maxdepth: 1
Accumulo <connector/accumulo>
Atop <connector/atop>
BigQuery <connector/bigquery>
Black Hole <connector/blackhole>
Cassandra <connector/cassandra>
Expand Down
142 changes: 0 additions & 142 deletions docs/src/main/sphinx/connector/atop.md

This file was deleted.

158 changes: 0 additions & 158 deletions plugin/trino-atop/pom.xml

This file was deleted.

24 changes: 0 additions & 24 deletions plugin/trino-atop/src/main/java/io/trino/plugin/atop/Atop.java

This file was deleted.

This file was deleted.

Loading

1 comment on commit f1a8feb

@mosabua
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failures on this commit are all unrelated flaky tests.

Please sign in to comment.