Consider the metric space $(\mathbb{R},d)$ with $d(x,y)=|x-y|$ for $x,y \in \mathbb{R}$ with $x \neq 0 \neq y$ and $d(0,x)=1+|x|$ for $x \in \mathbb{R}_{0}$ and $d(0,0)=0$.
I figure this metric space is not complete, since we can take the Cauchy sequence $(x_{n})_{n}$ with $x_{n}= \frac{1}{n}$. Then for $\epsilon >0$ we can find a $n_{0} \in \mathbb{N}$ so that for $n,m \geq n_{0}$ it holds that $d(x_{n},x_{m})=|\frac{1}{n} - \frac{1}{m}| < \epsilon$ since $\frac{1}{n} \neq 0 \neq \frac{1}{m}$. But $\lim_{n \rightarrow \infty}d(x_{n},x_{m})=d(0,x_{m})=1+ \frac{1}{m}$ and this converges to $1$, while $\frac{1}{m} \rightarrow 0$ and $d(0,0)=0$. Thus the Cauchy sequence has no limit.
Is this correct? And if so, how should I find a completion of this metric space?