ObserveNow
...
Integrations
Infrastructure
Prometheus-Compatible Metrics EndEndpoints
opsverse agent can be configured to collect metrics from any http endpoint that exposes exposes metrics in a prometheus compatible format prerequisites opsverse agent should be able to access the http endpoint that is emitting the metrics configuration kubernetes agent add the following yaml snippet to the agent's values yaml and run the agent based on these instructions https //docs opsverse io/install the opsverse agent#veqxm observe agent victoria metrics agent extrascrapeconfigs \ job name 'my service job' static configs \ targets \['http //example com/metrics'] if you already have an scrape configs block defined in victoria metrics agent in your values yaml, you can simply append the job to the end of the existing config please ensure that the url/target that is being configured is emitting the metrics by navigating to the url/target in the browser standalone agent create a new file in /etc/opsverse/targets/ named your service name json and add the following details into it \[ { "labels" { "job" "my service job" }, "targets" \[ "http //example com/metrics" ] } ] save this file and restart the agent and opsverse agent will start scraping the new endpoint as well