# Apache Spark

### Supported Platforms

| Platform | Metrics | Logs | Traces |
| -------- | ------- | ---- | ------ |
| Linux    | ✓       |      |        |
| Windows  | ✓       |      |        |
| macOS    | ✓       |      |        |

### Configuration Table

<table><thead><tr><th width="228.83984375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Telemetry Types</td><td>The types of telemetry to gather with this receiver.</td></tr><tr><td>Endpoint</td><td>The endpoint of the Apache Spark REST API.</td></tr><tr><td>Enable TLS</td><td>Whether to use TLS when connecting to Apache Spark.</td></tr><tr><td>Skip TLS Certificate Verification</td><td>Enable to skip TLS certificate verification. This is relevant if TLS is enabled.</td></tr><tr><td>TLS Certificate Authority File</td><td>Certificate authority used to validate TLS certificates. This is relevant if TLS is enabled.</td></tr><tr><td>Mutual TLS Client Certificate File</td><td>A TLS certificate used for client authentication. This is relevant if TLS is enabled.</td></tr><tr><td>TLS Client Private Key File</td><td>A TLS private key used for client authentication. This is relevant if TLS is enabled.</td></tr><tr><td>Collection Interval</td><td>Sets how often (seconds) to scrape for metrics.</td></tr><tr><td>Allowed Spark Application Names</td><td>Filters that define which Spark applications are scraped for metrics. If undefined, all applications at the endpoint will be scraped.</td></tr><tr><td>Spark Metrics</td><td>A list of Cluster, Job, Executor, and Stage metrics to be included or excluded.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/sources/apache-spark.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
