Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update metrics.md to remove symlink trailing slash
Tiny fix. Trailing slash in the symbolic link probably should not be there. When I run the command: "ln -s /var/snap/prometheus/common/tls/ /var/snap/prometheus/current/tls/" The result is: "ln: failed to create symbolic link '/var/snap/prometheus/current/tls/': No such file or directory" Removing the trailing slash from the symbolic link command corrects this and creates the sym link. Signed-off-by: JohnHammell <git@johnhammell.com>
- Loading branch information