Skip to content

Commit c2d0760

Browse files
authored
Update PBS-Java metric systems (prebid#4851)
* Update PBS-Java metric systems resolves prebid#4820 * linting fixes * linting fixes
1 parent 579be0d commit c2d0760

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

prebid-server/hosting/pbs-hosting.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ title: Prebid Server | Hosting
1414
## Overview
1515

1616
Prebid Server is not a turn-key solution. Whoever takes on hosting a Prebid Server is also taking on:
17-
- Setting up production-quality servers, networking, monitors, etc.
18-
- Populating backend data such as stored requests and account-level configuration
19-
- Responsibility for understanding the legal implications of ad tech in your marketplace. PBS has built-in configurable support for [several privacy regulations](/prebid-server/features/pbs-privacy.html), but you need to understand and configure them with help from your lawyers.
20-
- Regular updates. Please don't download Prebid Server and just run the same version forever. You need to commit to checking **at least** quarterly for updates. There are new releases most every week.
17+
18+
* Setting up production-quality servers, networking, monitors, etc.
19+
* Populating backend data such as stored requests and account-level configuration
20+
* Responsibility for understanding the legal implications of ad tech in your marketplace. PBS has built-in configurable support for [several privacy regulations](/prebid-server/features/pbs-privacy.html), but you need to understand and configure them with help from your lawyers.
21+
* Regular updates. Please don't download Prebid Server and just run the same version forever. You need to commit to checking **at least** quarterly for updates. There are new releases most every week.
2122

2223
You'll need to decide which of the two implementations to utilize:
2324

24-
- [Prebid Server (Go)](/prebid-server/versions/pbs-versions-go.html) - the original Prebid Server is written in the Go language.
25-
- [Prebid Server (Java)](/prebid-server/versions/pbs-versions-java.html) - Prebid Server with a Java language port.
25+
* [Prebid Server (Go)](/prebid-server/versions/pbs-versions-go.html) - the original Prebid Server is written in the Go language.
26+
* [Prebid Server (Java)](/prebid-server/versions/pbs-versions-java.html) - Prebid Server with a Java language port.
2627

2728
To choose between them, see the [Prebid Server version overview](/prebid-server/versions/pbs-versions-overview.html) and the [FAQ](/faq/prebid-server-faq.html#why-are-there-two-versions-of-prebid-server-are-they-kept-in-sync).
2829

@@ -53,8 +54,8 @@ and many versions of the GDPR vendors list.
5354

5455
Other services you may want to run alongside Prebid Server are:
5556

56-
- Geographic lookup (for GDPR scope determination)
57-
- Device lookup service (future: for Programmatic Guaranteed targeting)
57+
* Geographic lookup (for GDPR scope determination)
58+
* Device lookup service (future: for Programmatic Guaranteed targeting)
5859

5960
Note that neither Prebid Server nor Prebid Cache supports configuring an SSL certificate. It's intended that they run behind a load balancer or proxy server (e.g. nginx) that provides SSL.
6061

@@ -86,8 +87,8 @@ populating data from their internal systems.
8687
You'll want to hook both Prebid Server and Prebid Cache up to an
8788
operational monitoring system.
8889

89-
- PBS-Go currently supports Influx and Prometheus
90-
- PBS-Java currently supports Influx and Graphite
90+
* PBS-Go currently supports Influx and Prometheus
91+
* PBS-Java currently supports Influx, Graphite, Prometheus, and Console
9192

9293
## Installing the Software
9394

@@ -99,24 +100,25 @@ as a next step.
99100

100101
Prebid does not track who downloads Prebid Server, but sometimes we make
101102
announcements (bugs, features) and want to get feedback on proposals. You can get on
102-
this mailing list by emailing prebid-server@prebid.org. It's low volume
103-
Here's the information we're asking for:
103+
this mailing list by emailing <prebid-server@prebid.org>. It's low volume.
104104

105105
Required to get on the list:
106-
- A group email address to place on the list. No individual addresses please.
106+
107+
* A group email address. No individual addresses please.
107108

108109
Optional:
109-
- Which version of Prebid Server are you running: PBS-Go or PBS-Java?
110-
- A host URL so we can occasionally check what versions people are running.
111-
- Are there any features you'd like to see in Prebid Server?
110+
111+
* Which version of Prebid Server are you running: PBS-Go or PBS-Java?
112+
* A host URL so we can occasionally check what versions people are running.
113+
* Are there any features you'd like to see in Prebid Server?
112114

113115
Even though this is not information about individuals, this information falls under the
114116
[Prebid website privacy policy](/policies/privacy.html). You can remove your company from the
115-
email list at any time just by emailing us again at prebid-server@prebid.org.
117+
email list at any time just by emailing us again at <prebid-server@prebid.org>.
116118

117119
## Further Reading
118120

119-
- [Prebid Server Database](/prebid-server/hosting/pbs-database.html)
120-
- [PBS-Go](/prebid-server/versions/pbs-versions-go.html)
121-
- [PBS-Java](/prebid-server/versions/pbs-versions-java.html)
122-
- [Bidder-specific setup guidelines](/prebid-server/hosting/bidder-specific-guidelines.html)
121+
* [Prebid Server Database](/prebid-server/hosting/pbs-database.html)
122+
* [PBS-Go](/prebid-server/versions/pbs-versions-go.html)
123+
* [PBS-Java](/prebid-server/versions/pbs-versions-java.html)
124+
* [Bidder-specific setup guidelines](/prebid-server/hosting/bidder-specific-guidelines.html)

0 commit comments

Comments
 (0)