Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otlp logs push #534

Merged
merged 2 commits into from
Jul 15, 2024
Merged

otlp logs push #534

merged 2 commits into from
Jul 15, 2024

Conversation

akvlad
Copy link
Collaborator

@akvlad akvlad commented Jul 15, 2024

according to #531

Example otel-collector configuration to send logs:

receivers:
  journald:
    directory: /var/log/journal

processors:
  batch:
    send_batch_size: 10000
    timeout: 5s
  memory_limiter:
    check_interval: 2s
    limit_mib: 1800
    spike_limit_mib: 500
  attributes:
    actions:
      - key: instance
        action: insert
        value: local2

exporters:
  otlphttp:
    endpoint: "http://localhost:3100"

extensions:
  health_check:
  pprof:
  zpages:

service:
    logs:
      receivers: [journald]
      processors: [batch, attributes]
      exporters: [otlphttp]

@metrico metrico deleted a comment from github-actions bot Jul 15, 2024
Copy link

Workflow Telemetry - K6 Test qxip/qryn / Run k6 on qryn:latest

Workflow telemetry for commit 2b1fff0d6e25615410fdb79b34c4f88c8bd8ae10
You can access workflow job details here

Step Trace

gantt
	title Run k6 on qryn:latest
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1721048814000, 1721048817000
	Initialize containers : 1721048817000, 1721048833000
	Checkout : 1721048833000, 1721048834000
	Run actions/setup-go@v4 : 1721048834000, 1721048834000
	Download k6 for Prometheus : 1721048834000, 1721048836000
	Download k6 for Prometheus : 1721048836000, 1721048837000
	Collect Workflow Telemetry : 1721048837000, 1721048837000
	Wait for Loki API : 1721048837000, 1721048838000
	Run k6 loki test : 1721048838000, 1721048903000
	Run mv summary.txt loki_summary.txt : 1721048903000, 1721048903000
	Wait for Prom API : 1721048903000, 1721048903000
	Run k6 prometheus test : 1721048903000, 1721048965000
	Run mv summary.txt prom_summary.txt : 1721048965000, 1721048965000
	Wait for Tempo API : 1721048965000, 1721048965000
	Run k6 tempo test : 1721048965000, 1721049014000
	Run mv summary.txt tempo_summary.txt : 1721049014000, 1721049014000
	Strip Text report : 1721049014000, 1721049014000
	Run actions/upload-artifact@v3 : 1721049014000, 1721049015000
	Summary Report : 1721049015000, 1721049015000

Loading

CPU Metrics

chart_stacked_area_time_ea6b655c-d6ad-47dd-a122-f2e4ab6396f1

Memory Metrics

chart_stacked_area_time_aaa3d255-8a91-49e1-9b01-e7182c7b73b5

IO Metrics

Read Write
Network I/O chart_line_time_4272f2ad-0b71-448d-84d9-9543686ed47e chart_line_time_b16122be-7045-4ffd-a794-7d814e8e8e6f
Disk I/O chart_line_time_39864c05-03fe-4a48-bbad-b113e4d3965e chart_line_time_307bf671-5b6f-48d1-afce-5a0cb4210224

Process Trace

Top 100 processes with highest duration

gantt
	title Run k6 on qryn:latest
	dateFormat x
	axisFormat %H:%M:%S

Loading

@akvlad akvlad merged commit 37097df into master Jul 15, 2024
12 checks passed
@akvlad akvlad deleted the feature/otlp_push branch July 15, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant