Photon Server API
Classes | |
| class | CaseInsensitiveEnumConfigConverter |
| class | CounterSampleSenderSettings |
| class | GraphiteTextWriterSettings |
| class | InfluxDB090TextWriterSettings |
| class | PacketWriterSettings |
| class | PhotonBinaryWriterSettings |
| class | StatsDWriterSettings |
|
strong |
| Enumerator | |
|---|---|
| PhotonBinary | (default) The Photon old binary protocol over PGM, UDP, HTTP. |
| InfluxDBJson | The InfluxDB JSON protocol over TCP, UDP, HTTP. metric_path value timestamp |
| InfluxDB090GraphiteText | The InfluxDB Graphite protocol over TCP, UDP, HTTP. The InfluxDB awaits keys in following format: key.value.key.value.name or name. i.e. region.us-west.hostname.server01.cpu -> tags -> region: us-west, hostname: server01, point name -> cpu use senderId = "CloudType.{#CloudType#}.PrivateCloud.{#PrivateCloud#}.Region.{#Region#}.Cluster.{#Cluster#}.Machine.{0}" |
| GraphiteText | The Graphite / Carbon text protocol over TCP, UDP. |
| CollectDBinary | The CollectD binary protocol over TCP, UDP. |
| StatsDText | The StatsD binary protocol over TCP, UDP. |
| AmazonCloudWatch | The Amazon CloudWatch protocol over HTTP. |