So I know the properties of a metric are:
$ {\displaystyle d(x,y)\geq 0}$
${\displaystyle d(x,y)=0\Leftrightarrow x=y} $
${\displaystyle d(x,y)=d(y,x)}$
${\displaystyle d(x,z)\leq d(x,y)+d(y,z)}$ ( triangle inequality)
Inner products have analogous properties to 1. and 2.
They have a conjugate symmety, which is analogous to 3. if we ignore complex numbers/spaces
They don't have a triangle inequality, but they do have linearity in the first arugment. So they both have a property that allows us to deal with a third vector/point from the space.
So, since both metrics and inner product are defined to somehow "measure distance", and have similar properties, I was wondering if a metric is in some sense a broader version of an inner product?
The norm in R$^n$ is both an inner product and a metric, but there are other metrics that can be defined on R$^n$ as well.
And if an inner product is just a metric, why do we bother with inner products in the first place?
The inner product is less general than a metric - any inner product induces a metric by its norm ($d(x,y)=||x-y||=\sqrt{\langle x-y, x-y \rangle}$), but not all metric spaces are a consequence of some inner product. An inner product is richer, since it can also give you concepts like angles, projections, and many other geometric features (even if the space is not Euclidean).
But yes, any inner product space is definitely a metric space, which gives it plenty of interesting properties, especially when it is a complete metric space (complete inner product spaces are called Hilbert spaces, and they are some of the richest structures in mathematics).