Skip to content

Commit

Permalink
Fix: s/ElasticSeach/ElasticSearch/
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Nov 10, 2022
1 parent 39acd79 commit ae79150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn main() {
"riemann" => "Riemann exporter sends power consumption metrics to a Riemann server",
"qemu" => "Qemu exporter watches all Qemu/KVM virtual machines running on the host and exposes metrics of each of them in a dedicated folder",
"warp10" => "Warp10 exporter sends data to a Warp10 host, through HTTP",
"elastic" => "Elastic exporter sends data to an ElasticSeach host",
"elastic" => "Elastic exporter sends data to an ElasticSearch host",
_ => "Unknown exporter",
}
);
Expand Down

0 comments on commit ae79150

Please sign in to comment.