Skip to content

Commit 990c929

Browse files
authored
cleanup (#207)
* refactor: Remove some dead/obsolete stuff * docs: fix readme path to example config
1 parent f3e8195 commit 990c929

File tree

4 files changed

+2
-76
lines changed

4 files changed

+2
-76
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Options:
2727

2828
All the configuration is done through a TOML file. Please see up-to-date TOML configuration templates:
2929

30-
- [Minimal configuration template (recommended)](service/minimal-config-example.toml)
31-
- [Maximal configuration template (not recommended, dangerous settings)](service/maximal-config-example.toml)
30+
- [Minimal configuration template (recommended)](config/minimal-config-example.toml)
31+
- [Maximal configuration template (not recommended, dangerous settings)](config/maximal-config-example.toml)
3232

3333
## Upgrading
3434

tap-agent/src/aggregator_endpoints.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

tap-agent/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ lazy_static! {
1717
}
1818

1919
pub mod agent;
20-
pub mod aggregator_endpoints;
2120
pub mod config;
2221
pub mod database;
2322
pub mod metrics;

template.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)