When installing OpenTelemetry Collector, which error message is indicative that there is a misconfigured realm or access token?
Answer : C
The correct answer is C. 401 (UNAUTHORIZED).
Option A is incorrect because a 403 (NOT ALLOWED) error message is not indicative that there is a misconfigured realm or access token when installing OpenTelemetry Collector. A 403 (NOT ALLOWED) error message means that the request was authorized by the server but not allowed due to insufficient permissions. Option B is incorrect because a 404 (NOT FOUND) error message is not indicative that there is a misconfigured realm or access token when installing OpenTelemetry Collector. A 404 (NOT FOUND) error message means that the request was not found by the server due to an invalid URL or resource. Option D is incorrect because a 503 (SERVICE UNREACHABLE) error message is not indicative that there is a misconfigured realm or access token when installing OpenTelemetry Collector. A 503 (SERVICE UNREACHABLE) error message means that the server was unable to handle the request due to temporary overload or maintenance.
Which of the following chart visualization types are unaffected by changing the time picker on a dashboard? (select all that apply)
Answer : A, D
The chart visualization types that are unaffected by changing the time picker on a dashboard are:
Therefore, the correct answer is A and D.
Which of the following statements about adding properties to MTS are true? (select all that apply)
Answer : A, D
Clicking a metric name from the results in metric finder displays the metric in Chart Builder. What action needs to be taken in order to save the chart created in the UI?
Answer : D
Click the Save button on the top right corner of the Chart Builder. This will open a dialog box where you can enter the chart name and description, and choose the dashboard where you want to save the chart.
Enter a name and a description for your chart. The name should be descriptive and unique, and the description should explain the purpose and meaning of the chart.
Click Save. This will save your chart to the selected dashboard and redirect you to the dashboard view. You can also access your saved chart from the Dashboards menu on the left navigation bar.
What constitutes a single metrics time series (MTS)?
Answer : B
The correct answer is B. A set of data points that all have the same metric name and list of dimensions.
A metric time series (MTS) is a collection of data points that have the same metric and the same set of dimensions. For example, the following sets of data points are in three separate MTS:
MTS1: Gauge metric cpu.utilization, dimension ''hostname'': ''host1'' MTS2: Gauge metric cpu.utilization, dimension ''hostname'': ''host2'' MTS3: Gauge metric memory.usage, dimension ''hostname'': ''host1''
Which of the following rollups will display the time delta between a datapoint being sent and a datapoint being received?
Where does the Splunk distribution of the OpenTelemetry Collector store the configuration files on Linux machines by default?
Answer : B
The correct answer is B. /etc/otel/collector/